freebsd-ports/sysutils/pecl-proctitle/Makefile
Philip M. Gollucci b0de515849 - Update maintainer email address flo@kasimir.com -> flo@smeets.im
PR:             ports/150855
Submitted by:   maintainer
2010-09-22 21:21:25 +00:00

22 lines
454 B
Makefile

# New ports collection makefile for: pecl-proctitle
# Date created: 2010-01-20
# Whom: Florian Smeets <flo@smeets.im>
#
# $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@smeets.im
COMMENT= A PECL extension that allows changing the current process' name
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>