diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-12-06 13:50:30 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-12-06 13:50:30 +0000 |
commit | 075e4f768b98cf8c16f20f19c9317a71ac567f2d (patch) | |
tree | a177038bdf410558c92589e798cfd71f01903a60 /www/p5-HTML-Template-Expr | |
parent | 1f7109ae66a6deeb8fb8d97c362740d17d18f4f0 (diff) | |
download | ports-075e4f768b98cf8c16f20f19c9317a71ac567f2d.tar.gz ports-075e4f768b98cf8c16f20f19c9317a71ac567f2d.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Template-Expr')
-rw-r--r-- | www/p5-HTML-Template-Expr/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/p5-HTML-Template-Expr/Makefile b/www/p5-HTML-Template-Expr/Makefile index 7478e1dd0a8c..c6cacafd5eee 100644 --- a/www/p5-HTML-Template-Expr/Makefile +++ b/www/p5-HTML-Template-Expr/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTML-Template-Expr PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to use HTML Templates which allows expressions -RUN_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ - ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \ - ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent -BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-HTML-Template>=2.4:${PORTSDIR}/www/p5-HTML-Template \ + p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |