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
18 lines
272 B
Makefile
18 lines
272 B
Makefile
# $OpenBSD: Makefile,v 1.8 2018/04/26 15:08:56 sthen Exp $
|
|
|
|
COMMENT= reusable split of pecl_http's property proxy API#'
|
|
|
|
DISTNAME= propro-2.1.0
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MODULES= lang/php/pecl
|
|
MODPECL_V= 7
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|