df4e1203e4
ok jasper@ (final commit)
23 lines
468 B
Makefile
23 lines
468 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:53 ajacoutot Exp $
|
|
|
|
COMMENT= creating and updating Bugzilla bugs
|
|
|
|
MODULES= cpan
|
|
DISTNAME= WWW-Bugzilla-0.8
|
|
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= devel/p5-Class-MethodMaker \
|
|
www/p5-WWW-Mechanize
|
|
|
|
REGRESS_IS_INTERACTIVE=makes network connections to bugzilla servers
|
|
|
|
.include <bsd.port.mk>
|