freebsd-ports/devel/pecl-sync/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

16 lines
286 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= sync
PORTVERSION= 1.1.0
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= Named and unnamed synchronization objects in PHP
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
.include <bsd.port.mk>