2009-12-04 07:37:18 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Tenjin
|
2011-05-19 16:45:10 +02:00
|
|
|
PORTVERSION= 0.070001
|
2009-12-04 07:37:18 +01:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl extension for fast templating engine with support for embedded
|
|
|
|
|
2010-03-12 05:23:14 +01:00
|
|
|
RUN_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2012-03-20 09:42:36 +01:00
|
|
|
TEST_DEPENDS= p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
2010-03-12 05:23:14 +01:00
|
|
|
|
2013-09-02 12:00:38 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-12-04 07:37:18 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|