2013-06-16 19:08:41 +02:00
|
|
|
# Created by: Mark Atkinson <atkin901@gmail.com>
|
2011-11-13 06:49:53 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Image-Scale
|
|
|
|
PORTVERSION= 0.08
|
2013-06-16 19:08:41 +02:00
|
|
|
PORTREVISION= 2
|
2011-11-13 06:49:53 +01:00
|
|
|
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= jpeg:${PORTSDIR}/graphics/jpeg \
|
2012-06-01 07:26:28 +02:00
|
|
|
png15:${PORTSDIR}/graphics/png \
|
2013-06-16 19:08:41 +02:00
|
|
|
gif:${PORTSDIR}/graphics/giflib
|
2012-03-01 13:57:11 +01:00
|
|
|
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
|
|
|
|
2011-11-13 06:49:53 +01:00
|
|
|
MAN3= Image::Scale.3
|
|
|
|
|
2013-09-11 13:44:41 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-11-13 06:49:53 +01:00
|
|
|
|
2013-09-20 20:35:44 +02:00
|
|
|
NO_STAGE= yes
|
2011-11-13 06:49:53 +01:00
|
|
|
.include <bsd.port.mk>
|