freebsd-ports/www/p5-Catalyst-Plugin-CookiedSession/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

24 lines
662 B
Makefile

# Created by: Denis Pokataev <catone@cpan.org>
# $FreeBSD$
PORTNAME= Catalyst-Plugin-CookiedSession
PORTVERSION= 0.35
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Catalyst Plugin for storing sessions in a browser cookie
BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
p5-Crypt-CBC>=0:security/p5-Crypt-CBC \
p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
p5-JSON-XS-VersionOneAndTwo>=0:converters/p5-JSON-XS-VersionOneAndTwo \
p5-Catalyst-Runtime>=0:www/p5-Catalyst-Runtime
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>