df4e1203e4
ok jasper@ (final commit)
26 lines
552 B
Makefile
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>
|