diff options
author | pav <pav@FreeBSD.org> | 2004-06-16 12:42:31 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-16 12:42:31 +0000 |
commit | 667460e36e56a9a3bff5a05adde0aacd720f11b2 (patch) | |
tree | fa7225df63ac5f0c3e662b8964bf855863642f0b /www/p5-HTML-Mason/Makefile | |
parent | ab1ffe02cc3971ebac20cc6ade705e3dda8d7631 (diff) | |
download | FreeBSD-ports-667460e36e56a9a3bff5a05adde0aacd720f11b2.zip FreeBSD-ports-667460e36e56a9a3bff5a05adde0aacd720f11b2.tar.gz |
- Remove dependency on libapreq, it's not needed for HTML-Mason
Approved by: Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
Diffstat (limited to 'www/p5-HTML-Mason/Makefile')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index caa0e1e..ade054a 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTML-Mason PORTVERSION= 1.26 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -19,11 +20,6 @@ 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 - -.if !defined(WITHOUT_MODPERL) -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq -.endif - RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |