aboutsummaryrefslogtreecommitdiffstats
path: root/security/pear-Crypt_MicroID
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-09-23 16:07:57 +0800
committermiwi <miwi@FreeBSD.org>2008-09-23 16:07:57 +0800
commit64b16aed7a7c94696eed7191086cb650f3311a96 (patch)
tree1944707266e16f6ca903321b40a7017e7014ee9c /security/pear-Crypt_MicroID
parent42fef89404b4a50c0b745fd7a5535f09547a7e46 (diff)
downloadfreebsd-ports-gnome-64b16aed7a7c94696eed7191086cb650f3311a96.tar.gz
freebsd-ports-gnome-64b16aed7a7c94696eed7191086cb650f3311a96.tar.zst
freebsd-ports-gnome-64b16aed7a7c94696eed7191086cb650f3311a96.zip
Provides methods needed to generate and verify MicroIDs.
WWW: http://pear.php.net/package/Crypt_MicroID/
Diffstat (limited to 'security/pear-Crypt_MicroID')
-rw-r--r--security/pear-Crypt_MicroID/Makefile23
-rw-r--r--security/pear-Crypt_MicroID/distinfo3
-rw-r--r--security/pear-Crypt_MicroID/pkg-descr3
3 files changed, 29 insertions, 0 deletions
diff --git a/security/pear-Crypt_MicroID/Makefile b/security/pear-Crypt_MicroID/Makefile
new file mode 100644
index 000000000000..94519b39ceb6
--- /dev/null
+++ b/security/pear-Crypt_MicroID/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: pear-Crypt_MicroID
+# Date created: 2008-09-22
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt_MicroID
+PORTVERSION= 0.1.0
+CATEGORIES= security www pear
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= PHP MicroID library.
+
+BUILD_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+RUN_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+
+FILES= Crypt/MicroID.php Crypt/MicroID/AlgorithmNotFoundException.php
+TESTS= 001-generate.phpt 002-verify.phpt tests-config.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_MicroID/distinfo b/security/pear-Crypt_MicroID/distinfo
new file mode 100644
index 000000000000..97bc95c0feaf
--- /dev/null
+++ b/security/pear-Crypt_MicroID/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/Crypt_MicroID-0.1.0.tgz) = d3516f2e05926c7184dbb530a90c18f7
+SHA256 (PEAR/Crypt_MicroID-0.1.0.tgz) = 8e9196cc686b367a571ba76ac7f065ff339a939586fce816d957ae263b707064
+SIZE (PEAR/Crypt_MicroID-0.1.0.tgz) = 2954
diff --git a/security/pear-Crypt_MicroID/pkg-descr b/security/pear-Crypt_MicroID/pkg-descr
new file mode 100644
index 000000000000..4a1fbb520d8a
--- /dev/null
+++ b/security/pear-Crypt_MicroID/pkg-descr
@@ -0,0 +1,3 @@
+Provides methods needed to generate and verify MicroIDs.
+
+WWW: http://pear.php.net/package/Crypt_MicroID/