224ceab8b2
Changes: 0.21 Sat Aug 13, 2011 Mike McCauley - Changes to TacacsPlus.pm to permit multiple servers to be specified in new(). Patches provided by Paulo A Ferreira. 0.22 Wed Jan 18, 2012 Mike McCauley - Fixed warning under perl 5.14
19 lines
541 B
Makefile
19 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/01/26 20:47:06 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= Authen-TacacsPlus-0.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 security
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~mikem/Authen-TacacsPlus/TacacsPlus.pm
|
|
COMMENT= Perl extension for authentication using tacacs+ server
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Authen/TacacsPlus/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|