blob: defdc18e4fca3347e646560396e354dc5f744cc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Gasol Wu <gasol.wu@gmail.com>
PORTNAME= hrtime
PORTVERSION= 0.6.0
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= High resolution timing for PHP
LICENSE= BSD2CLAUSE
USES= php:pecl
IGNORE_WITH_PHP= 80
.include <bsd.port.mk>
|