svn commit: r378264 - in head/security: . p5-Authen-Simple-Kerberos

Hiroki Sato hrs at FreeBSD.org
Sun Feb 1 18:51:36 UTC 2015


Author: hrs
Date: Sun Feb  1 18:51:34 2015
New Revision: 378264
URL: https://svnweb.freebsd.org/changeset/ports/378264
QAT: https://qat.redports.org/buildarchive/r378264/

Log:
  Add security/p5-Authen-Simple-Kerberos, Kerberos backend for
  p5-Authen-Simple.

Added:
  head/security/p5-Authen-Simple-Kerberos/
  head/security/p5-Authen-Simple-Kerberos/Makefile   (contents, props changed)
  head/security/p5-Authen-Simple-Kerberos/distinfo   (contents, props changed)
  head/security/p5-Authen-Simple-Kerberos/pkg-descr   (contents, props changed)
  head/security/p5-Authen-Simple-Kerberos/pkg-plist   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Feb  1 18:48:50 2015	(r378263)
+++ head/security/Makefile	Sun Feb  1 18:51:34 2015	(r378264)
@@ -426,6 +426,7 @@
     SUBDIR += p5-Authen-Simple-DBI
     SUBDIR += p5-Authen-Simple-DBM
     SUBDIR += p5-Authen-Simple-HTTP
+    SUBDIR += p5-Authen-Simple-Kerberos
     SUBDIR += p5-Authen-Simple-LDAP
     SUBDIR += p5-Authen-Simple-Net
     SUBDIR += p5-Authen-Simple-PAM

Added: head/security/p5-Authen-Simple-Kerberos/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Authen-Simple-Kerberos/Makefile	Sun Feb  1 18:51:34 2015	(r378264)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	Authen-Simple-Kerberos
+PORTVERSION=	0.1
+CATEGORIES=	security perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	hrs at FreeBSD.org
+COMMENT=	Simple Kerberos authentication
+
+BUILD_DEPENDS=	p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \
+		p5-Authen-Krb5-Simple>=0:${PORTSDIR}/security/p5-Krb5-Simple
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	modbuild
+
+.include <bsd.port.mk>

Added: head/security/p5-Authen-Simple-Kerberos/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Authen-Simple-Kerberos/distinfo	Sun Feb  1 18:51:34 2015	(r378264)
@@ -0,0 +1,2 @@
+SHA256 (Authen-Simple-Kerberos-0.1.tar.gz) = bd3e57546674988d83b3fb31bb92a8e943ed8d45e7426bae4d5be27203cb5ec7
+SIZE (Authen-Simple-Kerberos-0.1.tar.gz) = 2430

Added: head/security/p5-Authen-Simple-Kerberos/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Authen-Simple-Kerberos/pkg-descr	Sun Feb  1 18:51:34 2015	(r378264)
@@ -0,0 +1,3 @@
+Simple Kerberos authentication
+
+WWW: http://search.cpan.org/dist/Authen-Simple-Kerberos/

Added: head/security/p5-Authen-Simple-Kerberos/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/p5-Authen-Simple-Kerberos/pkg-plist	Sun Feb  1 18:51:34 2015	(r378264)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Authen::Simple::Kerberos.3.gz
+%%SITE_PERL%%/Authen/Simple/Kerberos.pm


More information about the svn-ports-all mailing list