aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Radius
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-08-18 13:29:52 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-08-18 13:29:52 +0000
commit13f9d3c840c02241dcab0e3f5d0a1de536179e8b (patch)
tree7c78e63b3169baf5f9acb3b2f4c496df41b364ae /security/p5-Authen-Radius
parentce474e9e2bef254a81c707e8900532dfcbace51f (diff)
downloadports-13f9d3c840c02241dcab0e3f5d0a1de536179e8b.tar.gz
ports-13f9d3c840c02241dcab0e3f5d0a1de536179e8b.zip
Update to 0.09
PR: 55621 Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes: svn path=/head/; revision=87200
Diffstat (limited to 'security/p5-Authen-Radius')
-rw-r--r--security/p5-Authen-Radius/Makefile10
-rw-r--r--security/p5-Authen-Radius/distinfo2
-rw-r--r--security/p5-Authen-Radius/pkg-plist10
3 files changed, 11 insertions, 11 deletions
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile
index 552b4b5da63e..68858928652a 100644
--- a/security/p5-Authen-Radius/Makefile
+++ b/security/p5-Authen-Radius/Makefile
@@ -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>
diff --git a/security/p5-Authen-Radius/distinfo b/security/p5-Authen-Radius/distinfo
index 475dec47d68b..17991db99ca8 100644
--- a/security/p5-Authen-Radius/distinfo
+++ b/security/p5-Authen-Radius/distinfo
@@ -1 +1 @@
-MD5 (RadiusPerl-0.08.tar.gz) = 062cc2ed8d216ff219833a1670c87d3f
+MD5 (RadiusPerl-0.09.tar.gz) = 1a43bd93d248e54dd259b0ca560f07f1
diff --git a/security/p5-Authen-Radius/pkg-plist b/security/p5-Authen-Radius/pkg-plist
index 4714ff6a564f..7710731a1cec 100644
--- a/security/p5-Authen-Radius/pkg-plist
+++ b/security/p5-Authen-Radius/pkg-plist
@@ -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