aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Radius/Makefile
blob: 8429becfc8117ae78cb06891a8df472937dba563 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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

BUILD_DEPENDS=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${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
MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

post-extract:
    find ${WRKDIR} -type f | xargs perl -pi -e "s:\r::g"

.include <bsd.port.mk>