df4e1203e4
ok jasper@ (final commit)
24 lines
472 B
Makefile
24 lines
472 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:53 ajacoutot Exp $
|
|
|
|
COMMENT= record communication with an HTTP::Server::Simple
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= HTTP-Server-Simple-Recorder-0.02
|
|
REVISION= 0
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= www/p5-HTTP-Server-Simple \
|
|
devel/p5-IO-Tee
|
|
|
|
REGRESS_DEPENDS=www/p5-Test-HTTP-Server-Simple
|
|
|
|
.include <bsd.port.mk>
|