1ab96e8771
conditionals and buildlink logic, and convert to standard DEPENDS
13 lines
330 B
Makefile
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"
|