diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-17 02:37:15 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-17 02:37:15 +0000 |
commit | 1e60866cc19e399726a715fe8f90de75614755d9 (patch) | |
tree | 919603a1bf324ecbe31827d6a9441e11e58f98a0 /security/p5-Authen-Radius | |
parent | 30563b53998852429b379c5698be8bc307cc56ca (diff) | |
download | ports-1e60866cc19e399726a715fe8f90de75614755d9.tar.gz ports-1e60866cc19e399726a715fe8f90de75614755d9.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Radius')
-rw-r--r-- | security/p5-Authen-Radius/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index 737044d2a043..02ef4eaabf81 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -5,18 +5,19 @@ # $FreeBSD$ # -PORTNAME= p5-Authen-Radius +PORTNAME= Authen-Radius PORTVERSION= 0.05 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Authen DISTNAME= RadiusPerl-0.05 +PKGNAMEPREFIX= p5- MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MD5.pm:${PORTSDIR}/security/p5-MD5 -USE_PERL5= YES +USE_PERL5= yes MAN3= Authen::Radius.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} @@ -24,6 +25,6 @@ pre-configure: @${CP} ${WRKSRC}/Authen/Radius.pm ${WRKSRC} do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include <bsd.port.mk> |