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
|
2016-05-27 00:03:18 +02:00
|
|
|
PORTVERSION= 0.12
|
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
|
|
|
|
|
2016-05-27 00:03:18 +02:00
|
|
|
LIB_DEPENDS= libgif.so:graphics/giflib \
|
|
|
|
libpng.so:graphics/png
|
2016-04-01 16:00:51 +02:00
|
|
|
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
|
2012-03-01 13:57:11 +01:00
|
|
|
|
2015-06-22 20:33:20 +02:00
|
|
|
USES= jpeg perl5
|
2013-09-11 13:44:41 +02:00
|
|
|
USE_PERL5= configure
|
2011-11-13 06:49:53 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|