openbsd-ports/www/p5-WWW-Bugzilla/Makefile

20 lines
383 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:44:47 espie Exp $
COMMENT= creating and updating Bugzilla bugs
MODULES= cpan
DISTNAME= WWW-Bugzilla-0.8
REVISION= 0
CATEGORIES= www
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= devel/p5-Class-MethodMaker \
www/p5-WWW-Mechanize
2013-03-11 07:35:43 -04:00
TEST_IS_INTERACTIVE=makes network connections to bugzilla servers
.include <bsd.port.mk>