freebsd-ports/net/p5-Net-Radius/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

19 lines
366 B
Makefile

# Created by: Kelly Yancey <kbyanc@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-Radius
PORTVERSION= 2.103
PORTREVISION= 1
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:devel/p5-Test-Warn
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>