15c1f311bc
spotted by sthen@
24 lines
478 B
Makefile
24 lines
478 B
Makefile
# $OpenBSD: Makefile,v 1.11 2012/06/18 07:56:13 ajacoutot Exp $
|
|
|
|
COMMENT = PHP extension for parsing and working with rfc822/MIME mail
|
|
|
|
DISTNAME = mailparse-2.1.5
|
|
REVISION = 8
|
|
CATEGORIES = mail
|
|
|
|
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
AUTOCONF_VERSION = 2.52
|
|
AUTOMAKE_VERSION = 1.4
|
|
|
|
MODULES = lang/php/pecl
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|