diff options
author | swills <swills@FreeBSD.org> | 2012-04-03 10:43:03 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-03 10:43:03 +0800 |
commit | aa9ee4bb05d5c3afadcd9a11e0030217fd5b1186 (patch) | |
tree | be9c220339c69dc21afb925e1df37c24ce5b5af9 | |
parent | a0d0d33191c4bfa0959ec80792daf9343c5dda0d (diff) | |
download | freebsd-ports-gnome-aa9ee4bb05d5c3afadcd9a11e0030217fd5b1186.tar.gz freebsd-ports-gnome-aa9ee4bb05d5c3afadcd9a11e0030217fd5b1186.tar.zst freebsd-ports-gnome-aa9ee4bb05d5c3afadcd9a11e0030217fd5b1186.zip |
- Add missing DEPENDS
- Avoid use of SITE_PERL in DEPENDS
- Bump PORTREVISION
Feature safe: yes
-rw-r--r-- | www/p5-HTML-Webmake/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/p5-HTML-Webmake/Makefile b/www/p5-HTML-Webmake/Makefile index bd601ab618e1..357d0de851bc 100644 --- a/www/p5-HTML-Webmake/Makefile +++ b/www/p5-HTML-Webmake/Makefile @@ -7,7 +7,7 @@ PORTNAME= HTML-WebMake PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= http://webmake.sourceforge.net/released/ \ http://webmake.taint.org/released/ @@ -16,10 +16,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A simple perl based website content management system -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Text/EtText.pm:${PORTSDIR}/textproc/p5-Text-EtText \ - ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ - ${SITE_PERL}/${PERL_ARCH}/XML/Sablotron.pm:${PORTSDIR}/textproc/p5-XML-Sablotron +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ + p5-Text-EtText>=0:${PORTSDIR}/textproc/p5-Text-EtText \ + p5-XML-Sablotron>=0:${PORTSDIR}/textproc/p5-XML-Sablotron \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |