df4e1203e4
ok jasper@ (final commit)
28 lines
537 B
Makefile
28 lines
537 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:51 ajacoutot Exp $
|
|
|
|
COMMENT= UUID for session ID generation
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Apache-Session-Generate-UUID-0.2
|
|
REVISION= 0
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
RUN_DEPENDS= devel/p5-Data-UUID \
|
|
www/p5-Apache-Session
|
|
REGRESS_DEPENDS=devel/p5-Test-Deep \
|
|
devel/p5-Test-Exception \
|
|
devel/p5-Test-Group
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|