summaryrefslogtreecommitdiff
path: root/net/p5-Net-Address-Ethernet
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-04-09 22:49:16 +0000
committerSteve Wills <swills@FreeBSD.org>2012-04-09 22:49:16 +0000
commit3c72222f8dc8a72110730a03c2632428895700df (patch)
tree5a377d3be38082f0619117eed26d5e2eb3b43b65 /net/p5-Net-Address-Ethernet
parent- float flavor installs .info too (diff)
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Add TEST_DEPENDS - Sort DEPENDS - Avoid use of SITE_PERL in DEPENDS - Bump PORTREVISION PR: ports/165840 Approved by: maintainer timeout (clsung, >1 month) Feature safe: yes
Notes
Notes: svn path=/head/; revision=294453
Diffstat (limited to 'net/p5-Net-Address-Ethernet')
-rw-r--r--net/p5-Net-Address-Ethernet/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net/p5-Net-Address-Ethernet/Makefile b/net/p5-Net-Address-Ethernet/Makefile
index 10888848accc..f5b6413df4f7 100644
--- a/net/p5-Net-Address-Ethernet/Makefile
+++ b/net/p5-Net-Address-Ethernet/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net-Address-Ethernet
PORTVERSION= 1.114
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Find hardware ethernet address
-RUN_DEPENDS= ${SITE_PERL}/Env/Path.pm:${PORTSDIR}/devel/p5-Env-Path \
- ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common
+BUILD_DEPENDS= p5-Env-Path>=0:${PORTSDIR}/devel/p5-Env-Path \
+ p5-Net-Ifconfig-Wrapper>=0:${PORTSDIR}/net/p5-Net-Ifconfig-Wrapper \
+ p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
+ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes