freebsd-ports/devel/pecl-hrtime/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

15 lines
245 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= hrtime
PORTVERSION= 0.6.0
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= High resolution timing for PHP
LICENSE= BSD2CLAUSE
USES= php:pecl
.include <bsd.port.mk>