16 lines
279 B
Makefile
16 lines
279 B
Makefile
# $OpenBSD: Makefile,v 1.6 2020/07/03 21:45:50 sthen Exp $
|
|
|
|
COMMENT = Template Toolkit reimplemented in as little code as possible
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Template-Tiny-1.12
|
|
CATEGORIES = textproc
|
|
|
|
REVISION = 2
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|