openbsd-ports/www/p5-Catalyst-Plugin-Session-PerUser/Makefile
ajacoutot df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00

26 lines
552 B
Makefile

# $OpenBSD: Makefile,v 1.7 2010/12/03 11:46:51 ajacoutot Exp $
COMMENT= per-user session for catalyst
MODULES= cpan
DISTNAME= Catalyst-Plugin-Session-PerUser-0.03
REVISION= 0
CATEGORIES= www
USE_GROFF = Yes
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= www/p5-Catalyst-Plugin-Session \
devel/p5-Hash-Merge
REGRESS_DEPENDS=devel/p5-Test-WWW-Mechanize-Catalyst \
security/p5-Catalyst-Plugin-Authentication
CONFIGURE_STYLE=modbuild
.include <bsd.port.mk>