2002-03-21 20:07:46 +01:00
|
|
|
# New ports collection makefile for: p5-Net-Radius
|
|
|
|
# Date created: 20 Mar 2002
|
|
|
|
# Whom: Kelly Yancey <kbyanc@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-Radius
|
2007-04-27 06:57:49 +02:00
|
|
|
PORTVERSION= 1.55
|
2002-03-21 20:07:46 +01:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Net
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-04-27 06:57:49 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A perl module to manipulate RADIUS packets
|
2002-03-21 20:07:46 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Radius::Dictionary.3 Net::Radius::Packet.3
|
|
|
|
|
|
|
|
post-extract:
|
2004-01-03 22:30:19 +01:00
|
|
|
${FIND} ${WRKDIR} -type f | ${XARGS} ${PERL5} -pi -e "s:\r::g"
|
2002-03-21 20:07:46 +01:00
|
|
|
|
2005-01-11 00:33:13 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
2006-12-25 19:47:35 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2005-01-11 00:33:13 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|