mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
31 lines
705 B
Makefile
31 lines
705 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.56
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A perl module to manipulate RADIUS packets
|
|
|
|
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.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|