freebsd-ports/sysutils/pecl-proctitle/Makefile
Florian Smeets 75f7b98a01 sysutils/pecl-proctitle: PHP8.X compatibility
- add LICENSE
- add patches to make this work with PHP8.X

PR:		261621
Obtained from:	635dbe9a02
2022-02-17 18:30:27 +01:00

15 lines
285 B
Makefile

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