20 lines
342 B
Makefile
20 lines
342 B
Makefile
# $OpenBSD: Makefile,v 1.29 2020/04/23 13:29:12 sthen Exp $
|
|
|
|
COMMENT = PHP extension for parsing and working with plain/MIME email
|
|
|
|
DISTNAME = mailparse-3.1.0
|
|
CATEGORIES = mail
|
|
|
|
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES = lang/php/pecl
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|