mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
19 lines
362 B
Makefile
19 lines
362 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|