19 lines
331 B
Makefile
19 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:50:06 sthen Exp $
|
|
|
|
COMMENT= explicit encoding for Template Toolkit
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Template-Provider-Encoding-0.10
|
|
REVISION= 0
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Template
|
|
|
|
TEST_DEPENDS=devel/p5-DateTime
|
|
|
|
.include <bsd.port.mk>
|