17 lines
246 B
Makefile
17 lines
246 B
Makefile
# $OpenBSD: Makefile,v 1.20 2019/12/11 16:08:29 sthen Exp $
|
|
|
|
COMMENT= PHP support for setproctitle
|
|
|
|
DISTNAME= proctitle-0.1.2
|
|
REVISION= 5
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|