openbsd-ports/www/p5-Catalyst-Plugin-Session-PerUser/Makefile
2013-03-11 11:35:43 +00:00

26 lines
561 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/11 11:44:45 espie Exp $
COMMENT= per-user session for catalyst
MODULES= cpan
DISTNAME= Catalyst-Plugin-Session-PerUser-0.05
CATEGORIES= www
USE_GROFF = Yes
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= www/p5-Catalyst-Plugin-Session \
security/p5-Catalyst-Plugin-Authentication \
devel/p5-Hash-Merge \
devel/p5-Moose \
devel/p5-MRO-Compat \
devel/p5-namespace-autoclean \
devel/p5-Object-Signature
TEST_DEPENDS=devel/p5-Test-WWW-Mechanize-Catalyst
CONFIGURE_STYLE = modinst
.include <bsd.port.mk>