aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-uuid
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-01-27 22:32:52 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-01-27 22:32:52 +0000
commit794fe1ede700ee5b8a1577937143e0725945422f (patch)
tree0dae95ac77cbfa7813ff11d1b06ffb0383ea5588 /devel/pecl-uuid
parent2d8ad5d2b5687225466bebc20f0489459730f4c7 (diff)
downloadports-794fe1ede700ee5b8a1577937143e0725945422f.tar.gz
ports-794fe1ede700ee5b8a1577937143e0725945422f.zip
A wrapper around libuuid from the ext2utils project.
WWW: http://pecl.php.net/package/uuid PR: ports/143282 Submitted by: Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
Notes
Notes: svn path=/head/; revision=248721
Diffstat (limited to 'devel/pecl-uuid')
-rw-r--r--devel/pecl-uuid/Makefile27
-rw-r--r--devel/pecl-uuid/distinfo3
-rw-r--r--devel/pecl-uuid/pkg-descr3
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/pecl-uuid/Makefile b/devel/pecl-uuid/Makefile
new file mode 100644
index 000000000000..7e2a0bc9da29
--- /dev/null
+++ b/devel/pecl-uuid/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: pecl-gearman
+# Date created: 2010-01-27
+# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= uuid
+PORTVERSION= 1.0.2
+CATEGORIES= devel
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= jnlin@csie.nctu.edu.tw
+COMMENT= UUID extension
+
+LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
+
+CONFIGURE_ARGS= --with-uuid=${LOCALBASE} CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
+PHP_MODNAME= ${PORTNAME}
+USE_PHP= yes
+USE_PHPEXT= yes
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/pecl-uuid/distinfo b/devel/pecl-uuid/distinfo
new file mode 100644
index 000000000000..c97117d9b255
--- /dev/null
+++ b/devel/pecl-uuid/distinfo
@@ -0,0 +1,3 @@
+MD5 (PECL/uuid-1.0.2.tgz) = c45246bccdaf5e77934be47637627e7f
+SHA256 (PECL/uuid-1.0.2.tgz) = 69af0fa121814fde51228dc2ba809a3f2988f3bca60a413c64e5e0d03a9b0271
+SIZE (PECL/uuid-1.0.2.tgz) = 6217
diff --git a/devel/pecl-uuid/pkg-descr b/devel/pecl-uuid/pkg-descr
new file mode 100644
index 000000000000..719ce6af7107
--- /dev/null
+++ b/devel/pecl-uuid/pkg-descr
@@ -0,0 +1,3 @@
+A wrapper around libuuid from the ext2utils project.
+
+WWW: http://pecl.php.net/package/uuid