openbsd-ports/textproc/p5-Template-Provider-Encoding/Makefile

22 lines
425 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2010/12/03 11:46:49 ajacoutot Exp $
COMMENT= explicit encoding for Template Toolkit
MODULES= cpan
DISTNAME= Template-Provider-Encoding-0.10
REVISION= 0
CATEGORIES= textproc
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= textproc/p5-Template
2010-11-20 14:56:47 -05:00
REGRESS_DEPENDS=devel/p5-DateTime
.include <bsd.port.mk>