Update databases/rocksdb to version 3.11.2
[dports.git] / net / p5-Net-Radius / Makefile
1 # Created by: Kelly Yancey <kbyanc@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Net-Radius
5 PORTVERSION=    2.103
6 PORTREVISION=   1
7 CATEGORIES=     net perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl module to manipulate RADIUS packets
13
14 TEST_DEPENDS=   p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 .include <bsd.port.mk>