2fde866515
checked with a batch "make show=PKGNAMES" before and after.
22 lines
422 B
Makefile
22 lines
422 B
Makefile
# $OpenBSD: Makefile,v 1.14 2011/06/04 11:41:08 sthen Exp $
|
|
|
|
COMMENT= class that provides multiple interfaces for sending email
|
|
|
|
DISTNAME= Mail-1.2.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>
|