2012-08-23 14:02:16 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Dancer-Session-Cookie
|
2013-03-09 10:32:40 +01:00
|
|
|
PORTVERSION= 0.19
|
2012-08-23 14:02:16 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl extension for encrypted cookie-based session backend for Dancer
|
|
|
|
|
|
|
|
RUN_DEPENDS= \
|
|
|
|
p5-Crypt-CBC>0:${PORTSDIR}/security/p5-Crypt-CBC \
|
|
|
|
p5-Crypt-Rijndael>0:${PORTSDIR}/security/p5-Crypt-Rijndael \
|
|
|
|
p5-Dancer>=1.13:${PORTSDIR}/www/p5-Dancer \
|
2013-03-09 10:32:40 +01:00
|
|
|
p5-HTTP-Date>0:${PORTSDIR}/www/p5-HTTP-Date \
|
2013-02-09 10:05:50 +01:00
|
|
|
p5-Session-Storage-Secure>0:${PORTSDIR}/www/p5-Session-Storage-Secure \
|
2013-03-09 10:32:40 +01:00
|
|
|
p5-String-CRC32>0:${PORTSDIR}/devel/p5-String-CRC32 \
|
|
|
|
p5-Time-Duration-Parse>0:${PORTSDIR}/devel/p5-Time-Duration-Parse
|
2012-08-23 14:02:16 +02:00
|
|
|
TEST_DEPENDS= \
|
|
|
|
p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
|
2013-02-09 10:05:50 +01:00
|
|
|
p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \
|
|
|
|
p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
|
2012-08-23 14:02:16 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Dancer::Session::Cookie.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|