freebsd-ports/www/p5-Plack-Middleware-Session/Makefile
Sunpoet Po-Chuan Hsieh b6c484398f - Use USE_PERL5=modbuildtiny
With hat:	perl
2013-09-30 15:03:31 +00:00

38 lines
1 KiB
Makefile

# $FreeBSD$
PORTNAME= Plack-Middleware-Session
PORTVERSION= 0.20
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for session management middleware for Plack
RUN_DEPENDS= \
p5-Digest-HMAC>=1.03:${PORTSDIR}/security/p5-Digest-HMAC \
p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-Plack>=0.9910:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-Test-Fatal>=0.006:${PORTSDIR}/devel/p5-Test-Fatal \
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \
p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
NO_STAGE= yes
USES= perl5
USE_PERL5= modbuildtiny
MAN3= Plack::Middleware::Session.3 \
Plack::Middleware::Session::Cookie.3 \
Plack::Session.3 \
Plack::Session::State.3 \
Plack::Session::State::Cookie.3 \
Plack::Session::Store.3 \
Plack::Session::Store::Cache.3 \
Plack::Session::Store::DBI.3 \
Plack::Session::Store::File.3 \
Plack::Session::Store::Null.3
.include <bsd.port.mk>