16 lines
303 B
Makefile
16 lines
303 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:42:44 espie 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
|
|
|
|
RUN_DEPENDS= textproc/p5-Template
|
|
|
|
.include <bsd.port.mk>
|