de3fc51890
look okay to steven@
20 lines
402 B
Makefile
20 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/01/21 21:46:21 simon Exp $
|
|
|
|
COMMENT= "template extension for calling class methods"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Template-Plugin-Class-0.13
|
|
CATEGORIES= textproc
|
|
|
|
# Same as perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::textproc/p5-Template
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|