freebsd-ports/www/p5-Plack-Middleware-Precompressed/Makefile
Andrej Zverev 9a5021c8b9 - support stage
Approved by:	portmgr (blanket infrastructure)
2014-01-05 15:30:10 +00:00

21 lines
473 B
Makefile

# $FreeBSD$
PORTNAME= Plack-Middleware-Precompressed
PORTVERSION= 1.101
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ARISTOTLE
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to serve pre-gzipped content to capable clients
RUN_DEPENDS= \
p5-Plack>0:${PORTSDIR}/www/p5-Plack \
p5-Array-RefElem>0:${PORTSDIR}/misc/p5-Array-RefElem
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>