ab8d9516ed
pkgsrc changes: - Adjust license definition - Adjust homepage Upstream changes: 0.17 Thu Jan 14 09:20:00 2010 - Support for RFC3579 - Message-Authenticator 0.16 Mon Dec 14 13:34:00 2009 - Generate random authenticators - Support for CoA request (thanks to Oleg Gawriloff for the patch) - Ability to specify the source IP/port for outgoing packets 0.15 Mon Oct 05 12:00:00 2009 - Bugfixes in error handling 0.14 Mon Aug 17 15:00:00 2009 - Authen::Radius is now distributed under the Perl Artistic License v2.0 - Support for RADIUS retransmits - For the "check_pwd" method plance the local socket's "real" IP address into the NAS-IP-Address attribute instead of 127.0.0.1
23 lines
625 B
Makefile
23 lines
625 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/03/08 18:10:25 sno Exp $
|
|
#
|
|
|
|
DISTNAME= RadiusPerl-0.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MA/MANOWAR/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/RadiusPerl/
|
|
COMMENT= Provide simple Radius client facilities
|
|
LICENSE= artistic-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Data-HexDump>=0.02:../../textproc/p5-Data-HexDump
|
|
|
|
WRKSRC= ${WRKDIR}/Authen-Radius-0.17
|
|
PERL5_PACKLIST= auto/Authen/Radius/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|