openbsd-ports/textproc/p5-Catalyst-Plugin-Unicode/Makefile

28 lines
626 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2010/12/03 11:46:48 ajacoutot Exp $
COMMENT= unicode-aware catalyst
DISTNAME= Catalyst-Plugin-Unicode-0.8
REVISION= 1
CATEGORIES= textproc
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= www/p5-Catalyst-Runtime
# the following dependencies are actually REGRESS_DEPENDS, but
# Module::Install pulls them all at build time
BUILD_DEPENDS= ${RUN_DEPENDS} \
2010-11-20 14:56:47 -05:00
devel/p5-IO-stringy \
devel/p5-Test-WWW-Mechanize-Catalyst \
devel/p5-Test-use-ok
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>