a68f051696
PR: ports/166695 Submitted by: Mel Flynn <rflynn@acsalaska.net>
22 lines
503 B
Makefile
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>
|