27 lines
576 B
Makefile
27 lines
576 B
Makefile
# $OpenBSD: Makefile,v 1.5 2011/08/01 19:36:02 stephan Exp $
|
|
|
|
COMMENT = screen scraping Perl API to some Drupal admin functions
|
|
|
|
DISTNAME = Drupal-Admin-0.04
|
|
REVISION = 1
|
|
CATEGORIES = www devel
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = www/p5-WWW-Mechanize-TreeBuilder \
|
|
devel/p5-MooseX-Role-Parameterized \
|
|
devel/p5-MooseX-Log-Log4perl \
|
|
devel/p5-Class-MOP
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|