1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/graphics/p5-Image-Math-Constrain/Makefile
Philippe Audeoud d3cba58809 - Update to 1.02
PR:		ports/131025
Submitted by:	Dennis Herrmann <adox _AT_ mcx2.org>
Approved by:	maintainer
2009-01-27 08:56:14 +00:00

25 lines
530 B
Makefile

# New ports collection makefile for: p5-Image-Math-Constrain
# Date created: 8 September 2007
# Whom: coryking
#
# $FreeBSD$
#
PORTNAME= Image-Math-Constrain
PORTVERSION= 1.02
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= coryking@mozimedia.com
COMMENT= Scaling math used in image size constraining (such as thumbnails)
BUILD_DEPENDS= p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Image::Math::Constrain.3
.include <bsd.port.mk>