18 lines
263 B
Makefile
18 lines
263 B
Makefile
# $OpenBSD: Makefile,v 1.10 2018/12/12 23:46:18 sthen Exp $
|
|
|
|
COMMENT= persistent handle and resource factory API
|
|
|
|
DISTNAME= raphf-2.0.0
|
|
REVISION= 0
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MODULES= lang/php/pecl
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|