pkgsrc/net/pear-Net_SMTP/Makefile
jdolecek 1ab96e8771 Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the related
conditionals and buildlink logic, and convert to standard DEPENDS
2005-04-11 20:08:43 +00:00

13 lines
330 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/04/11 20:08:43 jdolecek Exp $
DISTNAME= Net_SMTP-1.2.6
PKGREVISION= 1
CATEGORIES+= net mail
MAINTAINER= jdolecek@NetBSD.org
COMMENT= PHP classes to provide SMTP Interface
DEPENDS+= pear-Net_Socket>=1.0.2:../../net/pear-Net_Socket
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"