20 lines
409 B
Makefile
20 lines
409 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/09/15 20:59:40 merdely Exp $
|
|
|
|
COMMENT= explicit encoding for Template Toolkit
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Template-Provider-Encoding-0.09
|
|
CATEGORIES= textproc
|
|
|
|
# Artistic + GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::textproc/p5-Template
|
|
|
|
REGRESS_DEPENDS=::devel/p5-DateTime
|
|
|
|
.include <bsd.port.mk>
|