df4e1203e4
ok jasper@ (final commit)
24 lines
525 B
Makefile
24 lines
525 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/12/03 11:46:48 ajacoutot Exp $
|
|
|
|
COMMENT= catalyst TT views with explicit UTF8 encoding
|
|
|
|
MODULES= cpan
|
|
REVISION= 1
|
|
DISTNAME= Catalyst-View-TT-ForceUTF8-0.06
|
|
CATEGORIES= textproc devel
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic + GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Catalyst-View-TT \
|
|
www/p5-Catalyst-Plugin-Singleton \
|
|
textproc/p5-Template-Provider-Encoding
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|