2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Ken McGlothlen <ken.mcglothlen@gmail.com>
|
2011-12-04 11:05:29 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Template-Simple
|
2012-08-25 15:36:32 +02:00
|
|
|
PORTVERSION= 0.06
|
2011-12-04 11:05:29 +01:00
|
|
|
CATEGORIES= www textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ken.mcglothlen@gmail.com
|
|
|
|
COMMENT= Template::Simple (a very fast templating module)
|
|
|
|
|
|
|
|
LICENSE= ART20
|
|
|
|
|
2012-04-12 03:36:09 +02:00
|
|
|
BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2013-09-03 17:28:40 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-12-04 11:05:29 +01:00
|
|
|
|
|
|
|
MAN3= Template::Simple.3
|
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2011-12-04 11:05:29 +01:00
|
|
|
.include <bsd.port.mk>
|