3d14040d7b
Obtained from: https://github.com/mtorromeo/php-pecl-proctitle/commit/05e7c3e368fae981f6132c1f2979ef9a42b56d78
15 lines
288 B
Makefile
15 lines
288 B
Makefile
PORTNAME= proctitle
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils pear
|
|
|
|
MAINTAINER= flo@FreeBSD.org
|
|
COMMENT= PECL extension that allows changing the current process' name
|
|
WWW= http://www.pecl.php.net/package/proctitle/
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= php:pecl
|
|
|
|
.include <bsd.port.mk>
|