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>
This commit is contained in:
parent
2d8ad5d2b5
commit
794fe1ede7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248721
4 changed files with 34 additions and 0 deletions
|
@ -2369,6 +2369,7 @@
|
|||
SUBDIR += pecl-statgrab
|
||||
SUBDIR += pecl-svn
|
||||
SUBDIR += pecl-uploadprogress
|
||||
SUBDIR += pecl-uuid
|
||||
SUBDIR += pecl-vld
|
||||
SUBDIR += pedisassem
|
||||
SUBDIR += perforce
|
||||
|
|
27
devel/pecl-uuid/Makefile
Normal file
27
devel/pecl-uuid/Makefile
Normal file
|
@ -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>
|
3
devel/pecl-uuid/distinfo
Normal file
3
devel/pecl-uuid/distinfo
Normal file
|
@ -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
|
3
devel/pecl-uuid/pkg-descr
Normal file
3
devel/pecl-uuid/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A wrapper around libuuid from the ext2utils project.
|
||||
|
||||
WWW: http://pecl.php.net/package/uuid
|
Loading…
Reference in a new issue