19 lines
381 B
Makefile
19 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/06/25 08:23:52 jasper Exp $
|
|
|
|
COMMENT= template extension for calling class methods
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Template-Plugin-Class-0.14
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Template
|
|
|
|
.include <bsd.port.mk>
|