diff options
Diffstat (limited to 'devel/pecl-uuid/Makefile')
-rw-r--r-- | devel/pecl-uuid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pecl-uuid/Makefile b/devel/pecl-uuid/Makefile index ab97c07bebe4..95db121a3d6c 100644 --- a/devel/pecl-uuid/Makefile +++ b/devel/pecl-uuid/Makefile @@ -1,13 +1,13 @@ PORTNAME= uuid -PORTVERSION= 1.2.0 -PORTREVISION= 1 +DISTVERSION= 1.3.0 CATEGORIES= devel pear MAINTAINER= gasol.wu@gmail.com COMMENT= UUID extension in PHP WWW= https://pecl.php.net/package/uuid -LICENSE= LGPL3 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libuuid.so:misc/libuuid |