diff options
author | swills <swills@FreeBSD.org> | 2012-02-22 02:17:26 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-22 02:17:26 +0800 |
commit | a65356d01e5d7d4d0133f9474f1236df8f0060ed (patch) | |
tree | 48fa00342eceb3ec2c22124ae5fe412caf7078a4 /www | |
parent | 862c7b688b17aafc2b80aaabe88502358143462f (diff) | |
download | freebsd-ports-gnome-a65356d01e5d7d4d0133f9474f1236df8f0060ed.tar.gz freebsd-ports-gnome-a65356d01e5d7d4d0133f9474f1236df8f0060ed.tar.zst freebsd-ports-gnome-a65356d01e5d7d4d0133f9474f1236df8f0060ed.zip |
- Add BUILD_DEPENDS to silence build warnings
- Add TEST_DEPENDS to enable testing
- Avoid use of SITE_PERL in DEPENDS
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-FromANSI/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-HTML-FromANSI/Makefile b/www/p5-HTML-FromANSI/Makefile index 0e87740f7177..3eb5190afc00 100644 --- a/www/p5-HTML-FromANSI/Makefile +++ b/www/p5-HTML-FromANSI/Makefile @@ -15,8 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Mark up ANSI sequences as HTML -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Term/VT102/Boundless.pm:${PORTSDIR}/devel/p5-Term-VT102-Boundless +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Term-VT102-Boundless>=0:${PORTSDIR}/devel/p5-Term-VT102-Boundless +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok PERL_CONFIGURE= yes |