diff options
Diffstat (limited to 'graphics/p5-Image-Scale/Makefile')
-rw-r--r-- | graphics/p5-Image-Scale/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/p5-Image-Scale/Makefile b/graphics/p5-Image-Scale/Makefile index fbdf1391fefe..df3501419e95 100644 --- a/graphics/p5-Image-Scale/Makefile +++ b/graphics/p5-Image-Scale/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: p5-Image-Scale -# Date created: 11 November 2011 -# Whom: Mark Atkinson <atkin901@gmail.com> -# +# Created by: Mark Atkinson <atkin901@gmail.com> # $FreeBSD$ -# PORTNAME= Image-Scale PORTVERSION= 0.08 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,8 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - gif.5:${PORTSDIR}/graphics/giflib - + gif:${PORTSDIR}/graphics/giflib TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings MAN3= Image::Scale.3 |