summaryrefslogtreecommitdiff
path: root/security/p5-Authen-Krb5-Simple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Authen-Krb5-Simple/Makefile')
-rw-r--r--security/p5-Authen-Krb5-Simple/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/security/p5-Authen-Krb5-Simple/Makefile b/security/p5-Authen-Krb5-Simple/Makefile
new file mode 100644
index 000000000000..f7071ffb17ed
--- /dev/null
+++ b/security/p5-Authen-Krb5-Simple/Makefile
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME= Authen-Krb5-Simple
+PORTVERSION= 0.43
+CATEGORIES= security perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= User/password authentication using Kerberose 5
+
+USES= perl5
+USE_PERL5= configure
+CONFIGURE_ENV= GSSAPIBASEDIR="${GSSAPIBASEDIR}"
+
+OPTIONS_SINGLE= GSSAPI
+OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT
+OPTIONS_DEFAULT= GSSAPI_BASE
+
+GSSAPI_BASE_USES= gssapi
+GSSAPI_BASE_CONFIGURE_ENV= HAVE_HEIMDAL=1
+GSSAPI_HEIMDAL_USES= gssapi:heimdal
+GSSAPI_HEIMDAL_CONFIGURE_ENV= HAVE_HEIMDAL=1
+GSSAPI_MIT_USES= gssapi:mit
+
+post-build:
+ ${STRIP_CMD} ${WRKSRC}/blib/arch/auto/Authen/Krb5/Simple/Simple.so
+
+.include <bsd.port.mk>