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

20 lines
394 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2009/11/06 08:32:37 jasper Exp $
2005-02-15 04:49:10 -05:00
COMMENT= SMTP support for PHP
2005-02-15 04:49:10 -05:00
DISTNAME= Net_SMTP-1.2.6
PKGNAME= pear-${DISTNAME:S/_/-/}p3
2005-02-15 04:49:10 -05:00
CATEGORIES= net pear
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
RUN_DEPENDS= :pear-Net-Socket->=1.0.6:net/pear-Net-Socket
2005-02-15 04:49:10 -05:00
.include <bsd.port.mk>