openbsd-ports/www/p5-Catalyst-Plugin-Session-PerUser/Makefile

26 lines
552 B
Makefile
Raw Normal View History

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