2018-04-26 15:08:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2018/04/26 15:08:56 sthen Exp $
|
2009-04-28 15:23:44 +00:00
|
|
|
|
|
|
|
COMMENT= PHP support for setproctitle
|
|
|
|
|
2013-08-14 11:45:48 +00:00
|
|
|
DISTNAME= proctitle-0.1.2
|
2018-04-26 15:08:56 +00:00
|
|
|
REVISION= 3
|
2009-04-28 15:23:44 +00:00
|
|
|
|
2012-04-19 21:30:26 +00:00
|
|
|
# PHP
|
2009-04-28 15:23:44 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2016-03-19 21:18:37 +00:00
|
|
|
WANTLIB= c
|
|
|
|
|
2012-04-19 21:30:26 +00:00
|
|
|
MODULES= lang/php/pecl
|
|
|
|
CONFIGURE_STYLE= gnu
|
2009-04-28 15:23:44 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|