20 lines
316 B
Makefile
20 lines
316 B
Makefile
# $OpenBSD: Makefile,v 1.26 2019/12/11 16:08:29 sthen Exp $
|
|
|
|
COMMENT= PHP support for chroot(2)
|
|
|
|
DISTNAME= pecl-chroot-1.0
|
|
REVISION= 14
|
|
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
# not really PECL but close enough
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|