14 lines
247 B
Makefile
14 lines
247 B
Makefile
# $OpenBSD: Makefile,v 1.18 2017/04/30 15:47:03 benoit Exp $
|
|
|
|
COMMENT= expand template text with embedded perl
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Text-Template-1.47
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|