2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:52 ajacoutot Exp $
|
2009-11-30 08:26:07 -05:00
|
|
|
|
|
|
|
COMMENT = screen scraping Perl API to some Drupal admin functions
|
|
|
|
|
|
|
|
DISTNAME = Drupal-Admin-0.04
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION = 0
|
2009-11-30 08:26:07 -05:00
|
|
|
CATEGORIES = www devel
|
|
|
|
MODULES = cpan
|
2010-11-22 03:36:47 -05:00
|
|
|
USE_GROFF = Yes
|
2009-11-30 08:26:07 -05:00
|
|
|
|
|
|
|
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS = www/p5-WWW-Mechanize-TreeBuilder \
|
|
|
|
devel/p5-MooseX-Role-Parameterized \
|
|
|
|
devel/p5-MooseX-Log-Log4perl \
|
|
|
|
devel/p5-Class-MOP
|
2009-11-30 08:26:07 -05:00
|
|
|
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|