- add LICENSE
- add patches to make this work with PHP8.X
PR: 261621
Obtained from: 635dbe9a02
15 lines
285 B
Makefile
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>
|