3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
18 lines
298 B
Makefile
18 lines
298 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uuid
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= UUID extension in PHP
|
|
|
|
LICENSE= LGPL3
|
|
|
|
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid
|
|
|
|
USES= php:pecl
|
|
|
|
.include <bsd.port.mk>
|