b7b417ae0d
PR: 215893 Submitted by: maintainer
18 lines
330 B
Makefile
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>
|