2011-02-26 15:48:08 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Plack-Middleware-Precompressed
|
2015-06-14 16:13:22 +02:00
|
|
|
PORTVERSION= 1.103
|
2011-02-26 15:48:08 +01:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-03-27 12:40:26 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:ARISTOTLE
|
2011-02-26 15:48:08 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl extension to serve pre-gzipped content to capable clients
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2015-06-14 16:13:22 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2018-07-09 10:40:17 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2011-02-26 15:48:08 +01:00
|
|
|
RUN_DEPENDS= \
|
2016-04-01 16:33:55 +02:00
|
|
|
p5-Plack>0:www/p5-Plack \
|
|
|
|
p5-Array-RefElem>0:misc/p5-Array-RefElem
|
2011-02-26 15:48:08 +01:00
|
|
|
|
2013-09-03 17:07:52 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2015-06-14 16:13:22 +02:00
|
|
|
NO_ARCH= YES
|
2011-02-26 15:48:08 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|