diff options
Diffstat (limited to 'graphics/p5-Image-ExifTool/Makefile')
-rw-r--r-- | graphics/p5-Image-ExifTool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index cac2833ccb1..96a5522eef6 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.41 2013/08/04 18:28:51 adam Exp $ +# $NetBSD: Makefile,v 1.42 2014/05/29 23:36:40 wiz Exp $ # Author requests that we package only "production" versions. # Check http://owl.phy.queensu.ca/~phil/exiftool/history.html DISTNAME= Image-ExifTool-9.27 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/} \ http://owl.phy.queensu.ca/~phil/exiftool/ |