20 lines
356 B
Makefile
20 lines
356 B
Makefile
# Created by: ports@c0decafe.net
|
|
|
|
PORTNAME= Template-Tiny
|
|
PORTVERSION= 1.14
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Template Toolkit reimplemented in as little code as possible
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|