21 lines
448 B
Makefile
21 lines
448 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/14 19:10:06 espie 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>
|