freebsd-ports/graphics/p5-Image-Math-Constrain/Makefile
Baptiste Daroussin 0a651ac5b3 Do not removed directories not owned by the port
Reported by:	pkg DEVELOPER_MODE
2013-03-13 11:10:10 +00:00

20 lines
436 B
Makefile

# Created by: 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>