freebsd-ports/graphics/p5-Image-Scale/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
464 B
Makefile

# Created by: Mark Atkinson <atkin901@gmail.com>
# $FreeBSD$
PORTNAME= Image-Scale
PORTVERSION= 0.08
PORTREVISION= 6
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= libpng.so:graphics/png
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
USES= jpeg perl5
USE_PERL5= configure
.include <bsd.port.mk>