pkgsrc/net/pear-Net_SMTP/Makefile

14 lines
371 B
Makefile

# $NetBSD: Makefile,v 1.17 2012/10/23 17:18:57 asau Exp $
DISTNAME= Net_SMTP-1.6.1
CATEGORIES+= net mail
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= PHP classes to provide SMTP Interface
CONFLICTS= php-pear-Net_SMTP-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.7:../../net/pear-Net_Socket
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"