freebsd-ports/graphics/p5-Image-Scale/Makefile
Ben Woods a0064a926b graphics/p5-Image-Scale: Update to 0.12
- Add graphics/giflib as a dependency to build with GIF support
- Delete patches which aren't needed with the new version

PR:		209719
Approved by:	atkin901@gmail.com (maintainer), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6580
2016-05-26 22:03:18 +00:00

22 lines
478 B
Makefile

# Created by: Mark Atkinson <atkin901@gmail.com>
# $FreeBSD$
PORTNAME= Image-Scale
PORTVERSION= 0.12
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= atkin901@gmail.com
COMMENT= Perl module for fast, high-quality fixed-point image resizing
LICENSE= GPLv2
LIB_DEPENDS= libgif.so:graphics/giflib \
libpng.so:graphics/png
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
USES= jpeg perl5
USE_PERL5= configure
.include <bsd.port.mk>