openbsd-ports/www/p5-HTTP-Server-Simple-Recorder/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

22 lines
448 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/09/15 20:38:24 merdely Exp $
COMMENT= record communication with an HTTP::Server::Simple
MODULES= cpan
DISTNAME= HTTP-Server-Simple-Recorder-0.02
CATEGORIES= www
# 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>