separate ports for 5.6-compatible and 7+-compatible. import these (ok jca); they'll be linked to the build when the commit to switch pecl.port.mk is done.
18 lines
269 B
Makefile
18 lines
269 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/04/26 15:02:32 sthen Exp $
|
|
|
|
COMMENT= persistent handle and resource factory API
|
|
|
|
DISTNAME= raphf-1.1.2
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
FLAVOR= php56
|
|
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|