9a5021c8b9
Approved by: portmgr (blanket infrastructure)
21 lines
473 B
Makefile
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>
|