mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add pecl-uuid 1.0.4, UUID extension in PHP.
PR: 200113 Submitted by: Gasol Wu <gasol.wu@gmail.com>
This commit is contained in:
parent
75126dae8a
commit
9ab90d1eba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386175
4 changed files with 28 additions and 0 deletions
|
@ -3536,6 +3536,7 @@
|
|||
SUBDIR += pecl-uopz
|
||||
SUBDIR += pecl-uploadprogress
|
||||
SUBDIR += pecl-uri_template
|
||||
SUBDIR += pecl-uuid
|
||||
SUBDIR += pecl-vld
|
||||
SUBDIR += pecl-xhprof
|
||||
SUBDIR += pecl-yac
|
||||
|
|
22
devel/pecl-uuid/Makefile
Normal file
22
devel/pecl-uuid/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= uuid
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= devel pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= gasol.wu@gmail.com
|
||||
COMMENT= UUID extension in PHP
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
|
||||
|
||||
USES= tar:tgz
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/pecl-uuid/distinfo
Normal file
2
devel/pecl-uuid/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (PECL/uuid-1.0.4.tgz) = 63079b6a62a9d43691ecbcd4eb52e5e5fe17b5a3d0f8e46e3c17ff265c06a11f
|
||||
SIZE (PECL/uuid-1.0.4.tgz) = 14900
|
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: https://pecl.php.net/package/uuid
|
Loading…
Add table
Reference in a new issue