24 lines
465 B
Makefile
Raw Normal View History

2020-06-12 14:24:01 +00:00
# $OpenBSD: Makefile,v 1.25 2020/06/12 14:24:01 sthen Exp $
2005-02-15 09:49:10 +00:00
COMMENT= SMTP support for PHP
2005-02-15 09:49:10 +00:00
2020-06-12 14:24:01 +00:00
DISTNAME= Net_SMTP-1.9.1
CATEGORIES= net
2005-02-15 09:49:10 +00:00
MODULES= www/pear
2005-02-15 09:49:10 +00:00
# PHP License
PERMIT_PACKAGE= Yes
2005-02-15 09:49:10 +00:00
2010-11-19 22:31:32 +00:00
RUN_DEPENDS= net/pear-Net-Socket>=1.0.7 \
security/pear-Auth-SASL
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
2005-02-15 09:49:10 +00:00
.include <bsd.port.mk>