diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-06-10 00:22:51 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-06-10 00:22:51 +0000 |
commit | 21acd68f79fda7a5f54918abe3c22d4984c54001 (patch) | |
tree | 3809d00917fb637b7c551234f2d5a8db7d112a30 /graphics/renrot/Makefile | |
parent | 33b66df45a7a7a3860680734be11f5199b509560 (diff) |
Notes
Diffstat (limited to 'graphics/renrot/Makefile')
-rw-r--r-- | graphics/renrot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/renrot/Makefile b/graphics/renrot/Makefile index 9e4ee2d68438..745d80e05625 100644 --- a/graphics/renrot/Makefile +++ b/graphics/renrot/Makefile @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= renrot -PORTVERSION= 1.1 +PORTVERSION= 1.2.0 CATEGORIES= graphics perl5 MASTER_SITES= ftp://download.gnu.org.ua/pub/release/${PORTNAME}/ MAINTAINER= zeus@ibs.dn.ua -COMMENT= Perl utility for various processing tasks on the image files +COMMENT= Program to rename and rotate image files according to EXIF tags LICENSE= ART20 BUILD_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} jpegtran:${PORTSDIR}/graphics/jpeg PERL_CONFIGURE= yes @@ -20,7 +20,7 @@ OPTIONS_DEFINE= IMAGEMAGICK DOCS IMAGEMAGICK_DESC= Image::Magick Perl module support MAN1= ${PORTNAME}.1 -PORTDOCS= AUTHORS README ChangeLog NEWS TODO +PORTDOCS= AUTHORS README README.russian ChangeLog NEWS TODO .include <bsd.port.options.mk> |