freebsd-ports/net/p5-Net-Radius/Makefile
Steve Wills a68f051696 - Fix tests
PR:		ports/166695
Submitted by:	Mel Flynn <rflynn@acsalaska.net>
2012-04-12 03:05:15 +00:00

22 lines
503 B
Makefile

# New ports collection makefile for: p5-Net-Radius
# Date created: 20 Mar 2002
# Whom: Kelly Yancey <kbyanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-Radius
PORTVERSION= 2.103
CATEGORIES= net perl5
MASTER_SITES= CPAN
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
.include <bsd.port.mk>