sthen 10befdfdff remove the forced FLAVORS that knocked out php 7.1 packages; php 7.1 was
already removed so these are no longer needed
2020-04-21 20:41:12 +00:00

24 lines
369 B
Makefile

# $OpenBSD: Makefile,v 1.5 2020/04/21 20:41:12 sthen Exp $
COMMENT= PHP wrapper for pledge(2) and unveil(2)
DISTNAME= pledge-2.0.2
REVISION= 0
CATEGORIES= www
HOMEPAGE= https://github.com/tvlooy/php-pledge
MAINTAINER= Tom Van Looy <tom@ctors.net>
# PHP
PERMIT_PACKAGE= Yes
WANTLIB= c
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>