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

24 lines
528 B
Makefile
Raw Normal View History

2007-10-25 12:20:50 -04:00
# $OpenBSD: Makefile,v 1.4 2007/10/25 16:20:50 simon 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
2006-11-14 05:22:11 -05:00
CATEGORIES= www
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
RUN_DEPENDS= ::www/p5-Catalyst-Plugin-Session \
::devel/p5-Hash-Merge
2007-10-25 12:20:50 -04: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>