1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 0.09

PR:		55621
Submitted by:	Lars Thegler <lars@thegler.dk>
This commit is contained in:
Erwin Lansing 2003-08-18 13:29:52 +00:00
parent ce474e9e2b
commit 13f9d3c840
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87200
3 changed files with 11 additions and 11 deletions

View File

@ -6,22 +6,22 @@
#
PORTNAME= Authen-Radius
PORTVERSION= 0.08
PORTVERSION= 0.09
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Authen
DISTNAME= RadiusPerl-${PORTVERSION}
PKGNAMEPREFIX= p5-
DISTNAME= RadiusPerl-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A perl5 module to provide simple Radius client facilities
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/HexDump.pm:${PORTSDIR}/devel/p5-Data-HexDump
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/Data/HexDump.pm:${PORTSDIR}/devel/p5-Data-HexDump \
${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Authen::Radius.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (RadiusPerl-0.08.tar.gz) = 062cc2ed8d216ff219833a1670c87d3f
MD5 (RadiusPerl-0.09.tar.gz) = 1a43bd93d248e54dd259b0ca560f07f1

View File

@ -1,5 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/Authen/Radius.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Radius/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Radius
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Authen 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true
%%SITE_PERL%%/Authen/Radius.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Radius/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Radius
@unexec rmdir %D/%%SITE_PERL%%/Authen 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true