freebsd-ports/net/p5-Net-Radius/Makefile
Kelly Yancey f89c03e966 Use ${PERL5} rather than hard-coded equivalent.
PR:		57823
Submitted by:	Shannon -jj Behrens <jj@nttmcl.com>
2004-01-03 21:30:19 +00:00

28 lines
686 B
Makefile

# New ports collection makefile for: p5-Net-Radius
# Date created: 20 Mar 2002
# Whom: Kelly Yancey <kbyanc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-Radius
PORTVERSION= 1.43
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= kbyanc@FreeBSD.org
COMMENT= A perl module to manipulate RADIUS packets
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::Radius::Dictionary.3 Net::Radius::Packet.3
post-extract:
${FIND} ${WRKDIR} -type f | ${XARGS} ${PERL5} -pi -e "s:\r::g"
.include <bsd.port.mk>