blob: c10990f7e516b8bd42dc89f262ab5c4c3a87f8fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Florian Smeets <flo@smeets.im>
# $FreeBSD$
PORTNAME= proctitle
PORTVERSION= 0.1.2
PORTREVISION= 1
CATEGORIES= sysutils pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= flo@FreeBSD.org
COMMENT= PECL extension that allows changing the current process' name
USES= php:ext
.include <bsd.port.mk>
|