1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/www/p5-Image-Delivery/Makefile
Gabor Kovesdan d7000f182f - Update to 0.14
- Better adjustment of dependencies

PR:		ports/121015
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer
2008-02-26 20:05:50 +00:00

31 lines
1006 B
Makefile

# New ports collection makefile for: p5-Image-Delivery
# Date created: 08 September 2007
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#
PORTNAME= Image-Delivery
PORTVERSION= 0.14
CATEGORIES= www graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= coryking@mozimedia.com
COMMENT= Efficient transformation and delivery of web images
BUILD_DEPENDS= p5-Test-ClassAPI>=1.04:${PORTSDIR}/devel/p5-Test-ClassAPI \
p5-Digest-MD5>0:${PORTSDIR}/security/p5-Digest-MD5 \
p5-Digest-TransformPath>=0.01:${PORTSDIR}/devel/p5-Digest-TransformPath \
p5-File-Remove>=0.34:${PORTSDIR}/devel/p5-File-Remove \
p5-File-Slurp>=9999.04:${PORTSDIR}/devel/p5-File-Slurp \
p5-HTML-Location>=1.00:${PORTSDIR}/www/p5-HTML-Location \
p5-Params-Coerce>=0.13:${PORTSDIR}/devel/p5-Params-Coerce
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= 5.6.0+
MAN3= Image::Delivery.3 Image::Delivery::Provider.3
.include <bsd.port.mk>