1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

portlint:

PREFIX -> LOCALBASE
	remove blank lines
This commit is contained in:
Michael Haro 2000-03-21 23:52:28 +00:00
parent 0049807a7e
commit e4525dd13c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26937
2 changed files with 2 additions and 3 deletions

View File

@ -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}

View File

@ -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.