aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-04-12 04:37:38 +0800
committerswills <swills@FreeBSD.org>2012-04-12 04:37:38 +0800
commita1311c8b45065a67624555b8db20e5d59e7eb627 (patch)
tree27169ad8152b046bc72ed9fb0b2692f9b0179ac4
parentb38ea7160da9dc47b536179306de7225e2d5887b (diff)
downloadfreebsd-ports-graphics-a1311c8b45065a67624555b8db20e5d59e7eb627.tar.gz
freebsd-ports-graphics-a1311c8b45065a67624555b8db20e5d59e7eb627.tar.zst
freebsd-ports-graphics-a1311c8b45065a67624555b8db20e5d59e7eb627.zip
- Add TEST_DEPENDS
- Avoid use of SITE_PERL in DEPENDS PR: ports/166355 Approved by: maintainer timeout (snowfly@yuntech.edu.tw, >2 weeks)
-rw-r--r--www/p5-WWW-Shorten-0rz/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-WWW-Shorten-0rz/Makefile b/www/p5-WWW-Shorten-0rz/Makefile
index 09eb90a67f6..67b9f0f7f3a 100644
--- a/www/p5-WWW-Shorten-0rz/Makefile
+++ b/www/p5-WWW-Shorten-0rz/Makefile
@@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Shorten URL using 0rz.net
-BUILD_DEPENDS= ${SITE_PERL}/WWW/Shorten.pm:${PORTSDIR}/www/p5-WWW-Shorten \
- ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
+BUILD_DEPENDS= p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten \
+ p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes