df4e1203e4
ok jasper@ (final commit)
22 lines
432 B
Makefile
22 lines
432 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/12/03 11:46:49 ajacoutot Exp $
|
|
|
|
COMMENT= template extension for calling class methods
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Template-Plugin-Class-0.13
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
# 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>
|