13953ba571
Resolves CVE-2009-4111 ok jasper@
20 lines
405 B
Makefile
20 lines
405 B
Makefile
# $OpenBSD: Makefile,v 1.11 2009/12/18 02:00:42 william Exp $
|
|
|
|
COMMENT= class that provides multiple interfaces for sending email
|
|
|
|
DISTNAME= Mail-1.2.0b2
|
|
PKGNAME= pear-${DISTNAME}p1
|
|
CATEGORIES= mail
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|