freebsd-ports/sysutils/pecl-proctitle/Makefile
Martin Wilke b4b4314e2f This extension allows changing the current process' name on Linux and *BSD
systems. This is useful when using pcntl_fork() to identify running
processes in process list

WWW:	http://www.pecl.php.net/package/proctitle/

PR:		ports/143014
Submitted by:	Florian Smeets <flo at kasimir.com>
2010-01-25 08:49:07 +00:00

22 lines
458 B
Makefile

# New ports collection makefile for: pecl-proctitle
# Date created: 2010-01-20
# Whom: Florian Smeets <flo@kasimir.com>
#
# $FreeBSD$
#
PORTNAME= proctitle
PORTVERSION= 0.1.1
CATEGORIES= sysutils pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= flo@kasimir.com
COMMENT= A PECL extension that allows changing the current process' name
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>