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/Makefile | |
parent | 90c1578976e3704ded1c85147eeab9ab54eae861 (diff) | |
download | ports-074f9dd82ea6ce822c92bf8ef5d5df9b96a2d83d.tar.gz ports-074f9dd82ea6ce822c92bf8ef5d5df9b96a2d83d.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Radius/Makefile')
-rw-r--r-- | security/p5-Authen-Radius/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |