openbsd-ports/net/pear-Net-SMTP/Makefile

21 lines
377 B
Makefile
Raw Normal View History

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