df4e1203e4
ok jasper@ (final commit)
22 lines
420 B
Makefile
22 lines
420 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:53 ajacoutot Exp $
|
|
|
|
COMMENT= simple standalone HTTP server
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTTP-Server-Simple-0.38
|
|
REVISION= 1
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
REGRESS_DEPENDS= devel/p5-Test-Pod \
|
|
devel/p5-Test-Pod-Coverage \
|
|
www/p5-URI
|
|
|
|
.include <bsd.port.mk>
|