3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
15 lines
245 B
Makefile
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>
|