aboutsummaryrefslogtreecommitdiff
path: root/security/pam_bsdbioapi/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-15 10:12:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-15 10:12:34 +0000
commitf55d4d1c11efe4b0a5a282812989136ab1f94432 (patch)
treecbea16fd5ce44de3a7621f03a782159f6d086649 /security/pam_bsdbioapi/Makefile
parent7f980746a6c5b6105a7bafcde7f1b9ad29389e31 (diff)
downloadports-f55d4d1c11efe4b0a5a282812989136ab1f94432.tar.gz
ports-f55d4d1c11efe4b0a5a282812989136ab1f94432.zip
Notes
Diffstat (limited to 'security/pam_bsdbioapi/Makefile')
-rw-r--r--security/pam_bsdbioapi/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/security/pam_bsdbioapi/Makefile b/security/pam_bsdbioapi/Makefile
new file mode 100644
index 000000000000..9ac259a603f9
--- /dev/null
+++ b/security/pam_bsdbioapi/Makefile
@@ -0,0 +1,26 @@
+# Ports collection makefile for: pam_bsdbioapi
+# Date created: 13 January 2006
+# Whom: Fredrik Lindberg <fli@shapeshifter.se>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pam_bsdbioapi
+PORTVERSION= 1.0
+CATEGORIES= security
+MASTER_SITES= http://shapeshifter.se/pub/pam_bsdbioapi/
+
+MAINTAINER= fli@shapeshifter.se
+COMMENT= PAM module for BioAPI
+
+LIB_DEPENDS= bioapi100.0:${PORTSDIR}/security/bioapi
+
+MAN8= pam_bsdbioapi.8
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+IGNORE= needs at least FreeBSD 5.0-RELEASE
+.endif
+
+.include <bsd.port.post.mk>