freebsd-ports/devel/pecl-hrtime/Makefile
Vanilla I. Shu b7b417ae0d Update to 0.6.0.
PR:		215893
Submitted by:	maintainer
2017-01-11 08:28:08 +00:00

18 lines
330 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= hrtime
PORTVERSION= 0.6.0
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= High resolution timing for PHP
LICENSE= BSD2CLAUSE
USES= php:ext tar:tgz
.include <bsd.port.mk>