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

27 lines
443 B
Makefile

# $OpenBSD: Makefile,v 1.6 2020/04/21 20:41:12 sthen Exp $
COMMENT = PHP bindings for the libmcrypt library
DISTNAME = mcrypt-1.0.3
DIST_SUBDIR = pecl
REVISION = 0
CATEGORIES = security
# PHP
PERMIT_PACKAGE = Yes
WANTLIB += ltdl mcrypt
MODULES = lang/php/pecl
MODPHP_DO_SAMPLE = mcrypt
LIB_DEPENDS = devel/libtool,-ltdl \
security/libmcrypt
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>