openbsd-ports/www/p5-WWW-Bugzilla/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

21 lines
442 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/09/15 20:38:25 merdely Exp $
COMMENT= creating and updating Bugzilla bugs
MODULES= cpan
DISTNAME= WWW-Bugzilla-0.8
CATEGORIES= www
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Class-MethodMaker \
::www/p5-WWW-Mechanize
REGRESS_IS_INTERACTIVE=makes network connections to bugzilla servers
.include <bsd.port.mk>