20 lines
357 B
Makefile
20 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.16 2013/03/11 11:23:53 espie Exp $
|
|
|
|
COMMENT= class that provides multiple interfaces for sending email
|
|
|
|
DISTNAME= Mail-1.2.0
|
|
REVISION= 0
|
|
CATEGORIES= mail
|
|
EPOCH= 0
|
|
|
|
MODULES= www/pear
|
|
|
|
HOMEPAGE= http://pear.php.net/package/Mail
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= net/pear-Net-SMTP>=1.4.1
|
|
|
|
.include <bsd.port.mk>
|