for the relevant PHP versions. ports which are 5.6-only remain in pecl-foo port directories, set to only build 5.6 packages ports which have separate versions for 5.6 and 7.0 are split; the port directories are named pecl56-foo for the 5.6-compatible version and pecl-foo for the 7+-version normal ports are in pecl-foo port directories with flavours for 5.6 and 7.0
17 lines
252 B
Makefile
17 lines
252 B
Makefile
# $OpenBSD: Makefile,v 1.17 2018/04/26 15:08:56 sthen Exp $
|
|
|
|
COMMENT= PHP support for setproctitle
|
|
|
|
DISTNAME= proctitle-0.1.2
|
|
REVISION= 3
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|