21 lines
377 B
Makefile
Raw Normal View History

2011-09-16 11:13:37 +00:00
# $OpenBSD: Makefile,v 1.14 2011/09/16 11:13:39 espie Exp $
2005-02-15 09:49:10 +00:00
COMMENT= SMTP support for PHP
2005-02-15 09:49:10 +00:00
2011-04-19 15:17:12 +00:00
DISTNAME= Net_SMTP-1.5.2
2011-09-16 11:13:37 +00:00
REVISION= 0
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_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-19 22:31:32 +00:00
RUN_DEPENDS= net/pear-Net-Socket>=1.0.7 \
security/pear-Auth-SASL
2005-02-15 09:49:10 +00:00
.include <bsd.port.mk>