ba107788c6
these got built on amd64 without the WANTLIB they should have had, this is causing issues with pkg_add updates reported by Johan Huldtgren
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.14 2012/08/30 14:09:21 sthen Exp $
|
|
|
|
COMMENT= PHP support for chroot(2)
|
|
|
|
DISTNAME= pecl-chroot-1.0
|
|
REVISION= 7
|
|
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
# not really PECL but close enough
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|