diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-01-01 21:54:22 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-01-01 21:54:22 +0000 |
commit | d0d8d60339aefcbc0167c6bcfc5d4b3dd793546b (patch) | |
tree | 37926f98374f7e736311d00812da36e0e63d3370 | |
parent | Update to 2.00. (diff) |
Update to 0.04. and Fix *_DEPENDS.
Notes
Notes:
svn path=/head/; revision=72121
-rw-r--r-- | www/p5-HTML-Template-Expr/Makefile | 7 | ||||
-rw-r--r-- | www/p5-HTML-Template-Expr/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-HTML-Template-Expr/Makefile b/www/p5-HTML-Template-Expr/Makefile index a542b1a8c270..d0d898b28b93 100644 --- a/www/p5-HTML-Template-Expr/Makefile +++ b/www/p5-HTML-Template-Expr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Template-Expr -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template -RUN_DEPENDS= ${BUILD_DEPENDS} \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/www/p5-HTML-Template-Expr/distinfo b/www/p5-HTML-Template-Expr/distinfo index 6c73ab472b4a..7e3385866b40 100644 --- a/www/p5-HTML-Template-Expr/distinfo +++ b/www/p5-HTML-Template-Expr/distinfo @@ -1 +1 @@ -MD5 (HTML-Template-Expr-0.03.tar.gz) = ea0b9412a903f995016c5d451466969f +MD5 (HTML-Template-Expr-0.04.tar.gz) = 7b34e122677342475cfde168a70d7cab |