diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-01-26 10:10:34 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-01-26 10:10:34 +0000 |
commit | 074f9dd82ea6ce822c92bf8ef5d5df9b96a2d83d (patch) | |
tree | bb2f387fd5b3a42d9360698a75e4e2d9fe89486c /security/p5-Authen-Radius | |
parent | 90c1578976e3704ded1c85147eeab9ab54eae861 (diff) | |
download | ports-074f9dd82ea6ce822c92bf8ef5d5df9b96a2d83d.tar.gz ports-074f9dd82ea6ce822c92bf8ef5d5df9b96a2d83d.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Radius')
-rw-r--r-- | security/p5-Authen-Radius/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Authen-Radius/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Authen-Radius/pkg-descr | 7 |
3 files changed, 9 insertions, 7 deletions
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index 8076a6b03786..299ae5a5f75b 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -6,19 +6,20 @@ # PORTNAME= Authen-Radius -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Authen PKGNAMEPREFIX= p5- DISTNAME= RadiusPerl-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A perl5 module to provide simple Radius client facilities BUILD_DEPENDS= ${SITE_PERL}/Data/HexDump.pm:${PORTSDIR}/devel/p5-Data-HexDump RUN_DEPENDS= ${SITE_PERL}/Data/HexDump.pm:${PORTSDIR}/devel/p5-Data-HexDump +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PERL_CONFIGURE= yes MAN3= Authen::Radius.3 diff --git a/security/p5-Authen-Radius/distinfo b/security/p5-Authen-Radius/distinfo index c6e57249b834..1c63ffe9c893 100644 --- a/security/p5-Authen-Radius/distinfo +++ b/security/p5-Authen-Radius/distinfo @@ -1,2 +1,2 @@ -MD5 (RadiusPerl-0.11.tar.gz) = 5c320a936d5d3819220f2d639db007db -SIZE (RadiusPerl-0.11.tar.gz) = 9266 +MD5 (RadiusPerl-0.12.tar.gz) = 8427f931a4e0e689ecf8ddf30e5a0ea7 +SIZE (RadiusPerl-0.12.tar.gz) = 31332 diff --git a/security/p5-Authen-Radius/pkg-descr b/security/p5-Authen-Radius/pkg-descr index a5ec3d945aa3..e87c4b801fe9 100644 --- a/security/p5-Authen-Radius/pkg-descr +++ b/security/p5-Authen-Radius/pkg-descr @@ -1,3 +1,4 @@ - The Authen::Radius module provides a simple class that - allows you to send/receive Radius requests/responses - to/from a Radius server. +The Authen::Radius module provides a simple class that allows you to +send/receive Radius requests/responses to/from a Radius server. + +WWW: http://search.cpan.org/dist/RadiusPerl/ |