aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Plack-Middleware-Precompressed/Makefile
blob: 673888bf6e82a8b1a9e151fa1738838a06bdcc59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $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

MAN3=   Plack::Middleware::Precompressed.3

.include <bsd.port.mk>