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 16:11:31 +00:00
COMMENT= per-user session for catalyst
2006-11-05 16:11:31 +00:00
2006-11-14 10:22:11 +00:00
MODULES= cpan
2006-11-05 16:11:31 +00:00
DISTNAME= Catalyst-Plugin-Session-PerUser-0.03
REVISION= 0
2006-11-14 10:22:11 +00:00
CATEGORIES= www
2010-10-19 08:02:53 +00:00
USE_GROFF = Yes
2006-11-05 16:11:31 +00:00
# Artistic + GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-22 08:36:47 +00:00
RUN_DEPENDS= www/p5-Catalyst-Plugin-Session \
devel/p5-Hash-Merge
2006-11-05 16:11:31 +00:00
2010-11-22 08:36:47 +00:00
REGRESS_DEPENDS=devel/p5-Test-WWW-Mechanize-Catalyst \
security/p5-Catalyst-Plugin-Authentication
2006-11-05 16:11:31 +00:00
2006-11-14 10:22:11 +00:00
CONFIGURE_STYLE=modbuild
2006-11-05 16:11:31 +00:00
.include <bsd.port.mk>