aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-hrtime/Makefile
blob: 9ef36e1fb866a98297e823e82370c77b958ad580 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	hrtime
PORTVERSION=	0.6.0
CATEGORIES=	devel

MAINTAINER=	gasol.wu@gmail.com
COMMENT=	High resolution timing for PHP
WWW=		https://pecl.php.net/package/hrtime

LICENSE=	BSD2CLAUSE

DEPRECATED=	Requires php 7.4 which is set to expire on 2022-11-29
EXPIRATION_DATE=2022-11-28

USES=		php:pecl
IGNORE_WITH_PHP=	80 81 82

.include <bsd.port.mk>