diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-02-09 10:07:06 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-02-09 10:07:06 +0000 |
commit | c63df21ea96ae87812d4e793e08755613396bde5 (patch) | |
tree | 02d20a33257973441fcd86a3f877a12e01474724 /www/p5-HTML-Mason | |
parent | e5a555b22ed752d031160b36039ca1744282012c (diff) | |
download | ports-c63df21ea96ae87812d4e793e08755613396bde5.tar.gz ports-c63df21ea96ae87812d4e793e08755613396bde5.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 5cda059ab787..009e3653ee20 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTML-Mason PORTVERSION= 1.28 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -19,7 +20,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5 ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \ ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${SITE_PERL}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser PERL_CONFIGURE= yes CONFIGURE_ARGS+= --no-prompts |