diff options
-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 |