freebsd-ports/www/p5-Image-Delivery/Makefile
Martin Wilke 88d1f47e25 Image::Delivery - Efficient transformation and delivery of web images
Many web applications generate or otherwise deliver graphics as part
of their interface. Getting the delivery of these images right is
tricky, and developers usually need to make trade-offs in order
to get a usable mechanism.

Image::Delivery is an extremely sophisticated module for delivering
these generated images. It is designed to be powerful, flexible,
extensible, scalable, secure, stable and correct, and use a minimum
of resources.

WWW: http://search.cpan.org/dist/Image-Delivery/

PR:		ports/116217
Submitted by:	TAKAHASHI Kaoru <kaoru at kaisei.org>
2007-09-29 08:31:21 +00:00

39 lines
1.5 KiB
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.13
CATEGORIES= www graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Image
PKGNAMEPREFIX= p5-
MAINTAINER= coryking@mozimedia.com
COMMENT= Efficient transformation and delivery of web images
BUILD_DEPENDS= p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \
p5-Digest-TransformPath>=1.00:${PORTSDIR}/devel/p5-Digest-TransformPath \
p5-HTML-Location>=1.01:${PORTSDIR}/www/p5-HTML-Location \
p5-File-Remove>=0.37:${PORTSDIR}/devel/p5-File-Remove \
p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \
p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools \
p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-Params-Coerce>=0.14:${PORTSDIR}/devel/p5-Params-Coerce
RUN_DEPENDS= p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \
p5-Digest-TransformPath>=1.00:${PORTSDIR}/devel/p5-Digest-TransformPath \
p5-HTML-Location>=1.01:${PORTSDIR}/www/p5-HTML-Location \
p5-File-Remove>=0.37:${PORTSDIR}/devel/p5-File-Remove \
p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \
p5-PathTools>=3.25:${PORTSDIR}/devel/p5-PathTools \
p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-Params-Coerce>=0.14:${PORTSDIR}/devel/p5-Params-Coerce
PERL_CONFIGURE= yes
MAN3= Image::Delivery.3 Image::Delivery::Provider.3
.include <bsd.port.mk>