sthen 384af9db11 move pecl to multi-version; packages are now named pecl56-foo and pecl70-foo
for the relevant PHP versions.

ports which are 5.6-only remain in pecl-foo port directories, set to only
build 5.6 packages

ports which have separate versions for 5.6 and 7.0 are split; the port
directories are named pecl56-foo for the 5.6-compatible version and
pecl-foo for the 7+-version

normal ports are in pecl-foo port directories with flavours for 5.6 and 7.0
2018-04-26 15:08:56 +00:00

24 lines
410 B
Makefile

# $OpenBSD: Makefile,v 1.20 2018/04/26 15:08:56 sthen Exp $
COMMENT = PHP extension for parsing and working with rfc822/MIME mail
DISTNAME = mailparse-3.0.2
CATEGORIES = mail
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# PHP
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c
AUTOCONF_VERSION = 2.52
AUTOMAKE_VERSION = 1.4
MODULES = lang/php/pecl
MODPECL_V = 7
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>