openbsd-ports/textproc/p5-Template-Plugin-Class/Makefile

19 lines
381 B
Makefile
Raw Normal View History

2011-06-25 04:23:52 -04:00
# $OpenBSD: Makefile,v 1.9 2011/06/25 08:23:52 jasper Exp $
COMMENT= template extension for calling class methods
MODULES= cpan
2011-06-25 04:23:52 -04:00
DISTNAME= Template-Plugin-Class-0.14
CATEGORIES= textproc
2010-11-20 14:56:47 -05:00
USE_GROFF = Yes
2011-06-25 04:23:52 -04:00
# 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
.include <bsd.port.mk>