diff options
author | erwin <erwin@FreeBSD.org> | 2003-08-18 13:29:52 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-08-18 13:29:52 +0000 |
commit | dfabf1d12fc748a45e2d5713539aed63e8397cd8 (patch) | |
tree | 332ef83313ff284ade0f05746276d5efa4a33d13 /security/p5-Authen-Radius | |
parent | 9dc48af0dfb4561af003f3683a422dfb530d4747 (diff) | |
download | FreeBSD-ports-dfabf1d12fc748a45e2d5713539aed63e8397cd8.zip FreeBSD-ports-dfabf1d12fc748a45e2d5713539aed63e8397cd8.tar.gz |
Update to 0.09
PR: 55621
Submitted by: Lars Thegler <lars@thegler.dk>
Diffstat (limited to 'security/p5-Authen-Radius')
-rw-r--r-- | security/p5-Authen-Radius/Makefile | 10 | ||||
-rw-r--r-- | security/p5-Authen-Radius/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Authen-Radius/pkg-plist | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index 552b4b5..6885892 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 475dec4..17991db 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 4714ff6..7710731 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 |