aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2017-04-26 20:45:04 +0000
committerMark Felder <feld@FreeBSD.org>2017-04-26 20:45:04 +0000
commit4f1e1d42eb51554a83b207b80318d856ca116071 (patch)
tree17ba504965514f5ac4cc384ee7aa5fe606ddd633
parentd09d11f76f047510df70a146906ca0033ea263a2 (diff)
downloadports-4f1e1d42eb51554a83b207b80318d856ca116071.tar.gz
ports-4f1e1d42eb51554a83b207b80318d856ca116071.zip
A Python client for the Microsoft AD Certificate Services web page
Notes
Notes: svn path=/head/; revision=439493
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-certsrv/Makefile20
-rw-r--r--devel/py-certsrv/distinfo3
-rw-r--r--devel/py-certsrv/pkg-descr3
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 3a1b391658d9..c713f3c0724d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4169,6 +4169,7 @@
SUBDIR += py-castellan
SUBDIR += py-cclib
SUBDIR += py-celery
+ SUBDIR += py-certsrv
SUBDIR += py-cffi
SUBDIR += py-cfgparse
SUBDIR += py-chainmap
diff --git a/devel/py-certsrv/Makefile b/devel/py-certsrv/Makefile
new file mode 100644
index 000000000000..3d0d22b13786
--- /dev/null
+++ b/devel/py-certsrv/Makefile
@@ -0,0 +1,20 @@
+# Created by: Mark Felder <feld@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= certsrv
+PORTVERSION= 1.0.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= feld@FreeBSD.org
+COMMENT= Python client for the Microsoft Certificate Authority
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_BUILD= yes
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-certsrv/distinfo b/devel/py-certsrv/distinfo
new file mode 100644
index 000000000000..e0d9c03c8726
--- /dev/null
+++ b/devel/py-certsrv/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1493239129
+SHA256 (certsrv-1.0.0.tar.gz) = 69fc5dd800ede31e115bb8dbb0b3f40a05fda75ed76083af7c73eff28ac19d5d
+SIZE (certsrv-1.0.0.tar.gz) = 2444
diff --git a/devel/py-certsrv/pkg-descr b/devel/py-certsrv/pkg-descr
new file mode 100644
index 000000000000..eb618e81b4c4
--- /dev/null
+++ b/devel/py-certsrv/pkg-descr
@@ -0,0 +1,3 @@
+A Python client for the Microsoft AD Certificate Services web page
+
+WWW: https://github.com/magnuswatn/certsrv