blob: e5691a249ba3d531794722b8dd6892071331f54d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: 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= Perl module to manipulate RADIUS packets
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
USES= perl5
USE_PERL5= configure
MAN3= Net::Radius::Dictionary.3 Net::Radius::Packet.3
.include <bsd.port.mk>
|