21 lines
337 B
Makefile
21 lines
337 B
Makefile
# $OpenBSD: Makefile,v 1.29 2021/04/30 16:52:59 sthen Exp $
|
|
|
|
COMMENT= PHP support for chroot(2)
|
|
|
|
DISTNAME= pecl-chroot-1.0
|
|
REVISION= 16
|
|
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
# not really PECL but close enough
|
|
MODULES= lang/php/pecl
|
|
FLAVORS= php73 php74
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|