18 lines
257 B
Makefile
18 lines
257 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/12/11 16:08:30 sthen Exp $
|
|
|
|
COMMENT= persistent handle and resource factory API
|
|
|
|
DISTNAME= raphf-2.0.0
|
|
REVISION= 1
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MODULES= lang/php/pecl
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|