diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-21 23:52:28 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-21 23:52:28 +0000 |
commit | e4525dd13c0f5a0d5cb8a13cb2f5f55be14867c7 (patch) | |
tree | 021cda4361915e5984731d8964084e567a58c563 /security | |
parent | 0049807a7e7568d2677acb5da64b56c812806efc (diff) | |
download | ports-e4525dd13c0f5a0d5cb8a13cb2f5f55be14867c7.tar.gz ports-e4525dd13c0f5a0d5cb8a13cb2f5f55be14867c7.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-Radius/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Authen-Radius/pkg-descr | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index 3ca9be64b022..e2e9f2ce9e4c 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= Authen MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 -USE_PERL5= YES +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 +USE_PERL5= YES MAN3= Authen::Radius.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/security/p5-Authen-Radius/pkg-descr b/security/p5-Authen-Radius/pkg-descr index 72e2e3c8ea6d..a5ec3d945aa3 100644 --- a/security/p5-Authen-Radius/pkg-descr +++ b/security/p5-Authen-Radius/pkg-descr @@ -1,4 +1,3 @@ The Authen::Radius module provides a simple class that allows you to send/receive Radius requests/responses to/from a Radius server. - |