aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Radius
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-04-12 03:05:15 +0000
committerSteve Wills <swills@FreeBSD.org>2012-04-12 03:05:15 +0000
commita68f0516967e2e8fdc0a1e6a9c01c7007fbfa957 (patch)
treefa3d55197550e893cf5a781285c6ba377f07497e /net/p5-Net-Radius
parent00d2ade2424df1862200cd8f7562b51965084912 (diff)
downloadports-a68f0516967e2e8fdc0a1e6a9c01c7007fbfa957.tar.gz
ports-a68f0516967e2e8fdc0a1e6a9c01c7007fbfa957.zip
- Fix tests
PR: ports/166695 Submitted by: Mel Flynn <rflynn@acsalaska.net>
Notes
Notes: svn path=/head/; revision=294701
Diffstat (limited to 'net/p5-Net-Radius')
-rw-r--r--net/p5-Net-Radius/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/p5-Net-Radius/Makefile b/net/p5-Net-Radius/Makefile
index 285e55e80ed6..839f6841b0e4 100644
--- a/net/p5-Net-Radius/Makefile
+++ b/net/p5-Net-Radius/Makefile
@@ -14,10 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A perl module to manipulate RADIUS packets
+TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
+
PERL_CONFIGURE= yes
MAN3= Net::Radius::Dictionary.3 Net::Radius::Packet.3
-post-extract:
- ${FIND} ${WRKDIR} -type f | ${XARGS} ${PERL5} -pi -e "s:\r::g"
-
.include <bsd.port.mk>