freebsd-ports/www/p5-Catalyst-Plugin-CookiedSession/Makefile
Sergey Skvortsov ecc5c0ed61 Fix dependencies check and plist.
PR:		ports/129057
Submitted by:	Denis Pokataev <catone xx cpan.org>
2008-11-22 09:29:48 +00:00

30 lines
1 KiB
Makefile

# New ports collection makefile for: p5-Catalyst-Plugin-CookiedSession
# Date created: 21 Nov 2008
# Whom: Denis Pokataev <catone@cpan.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-CookiedSession
PORTVERSION= 0.34
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= catone@cpan.org
COMMENT= Catalyst Plugin for storing sessions in a browser cookie
RUN_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \
${SITE_PERL}/JSON/XS/VersionOneAndTwo.pm:${PORTSDIR}/converters/p5-JSON-XS-VersionOneAndTwo \
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::CookiedSession.3
.include <bsd.port.mk>