23 lines
435 B
Makefile
23 lines
435 B
Makefile
# $OpenBSD: Makefile,v 1.15 2011/09/16 10:31:22 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= net/pear-Net-SMTP>=1.4.1
|
|
|
|
.include <bsd.port.mk>
|