summaryrefslogtreecommitdiff
path: root/security/p5-Authen-TacacsPlus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Authen-TacacsPlus/Makefile')
-rw-r--r--security/p5-Authen-TacacsPlus/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/p5-Authen-TacacsPlus/Makefile b/security/p5-Authen-TacacsPlus/Makefile
new file mode 100644
index 00000000000..4ff4d6119c0
--- /dev/null
+++ b/security/p5-Authen-TacacsPlus/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2010/03/09 19:57:42 pettai Exp $
+#
+
+DISTNAME= Authen-TacacsPlus-0.20
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= perl5 security
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
+
+MAINTAINER= pettai@nordu.net
+HOMEPAGE= http://search.cpan.org/~mikem/Authen-TacacsPlus/TacacsPlus.pm
+COMMENT= Perl extension for authentication using tacacs+ server
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Authen/TacacsPlus/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"