22 lines
471 B
Makefile
22 lines
471 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:42:43 espie Exp $
|
|
|
|
COMMENT= catalyst TT views with explicit UTF8 encoding (deprecated)
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Catalyst-View-TT-ForceUTF8-0.13
|
|
CATEGORIES= textproc devel
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic + GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Catalyst-View-TT \
|
|
www/p5-Catalyst-Plugin-Singleton \
|
|
textproc/p5-Template-Provider-Encoding
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
.include <bsd.port.mk>
|