Files
ports/sysutils/pecl-proctitle/Makefile
T
Florian Smeets 092dab3535 Ignore with PHP 8.0
Reported by:	pkg-fallout
2020-10-29 19:39:55 +00:00

16 lines
300 B
Makefile

# Created by: Florian Smeets <flo@smeets.im>
# $FreeBSD$
PORTNAME= proctitle
PORTVERSION= 0.1.2
PORTREVISION= 1
CATEGORIES= sysutils pear
MAINTAINER= flo@FreeBSD.org
COMMENT= PECL extension that allows changing the current process' name
USES= php:pecl
IGNORE_WITH_PHP= 80
.include <bsd.port.mk>