24 lines
436 B
Makefile
24 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.29 2021/01/18 15:37:13 sthen Exp $
|
|
|
|
COMMENT= classes to create and decode MIME messages in PHP
|
|
|
|
DISTNAME = Mail_Mime-1.10.10
|
|
CATEGORIES= mail
|
|
|
|
MODULES= www/pear
|
|
|
|
PKG_ARCH= *
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES+= lang/php # MODPHP_BIN, for tests
|
|
MODPHP_BUILDDEP= No
|
|
MODPHP_RUNDEP= No
|
|
TEST_DEPENDS= ${BASE_PKGPATH}
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/tests; pear -d php_bin=${MODPHP_BIN} run-tests
|
|
|
|
.include <bsd.port.mk>
|