2d5e0a6f7b
bundled.
16 lines
388 B
Makefile
16 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 13:01:16 jdolecek Exp $
|
|
|
|
DISTNAME= Net_SMTP-1.2.6
|
|
CATEGORIES+= net mail
|
|
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
COMMENT= PHP classes to provide SMTP Interface
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
|
|
# used to be bundled before PHP 5.x
|
|
.if ${_PHP_VERSION} < 5
|
|
PKG_SKIP_REASON= "${PKGNAME} is part of PHP${_PHP_VERSION}"
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|