aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pecl-proctitle/Makefile
blob: 0d7d94c460cbce441cf66822cca590f8997fab48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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>