5be1c9deea
SA37410: PEAR Mail Sendmail "Mail::Send()" Argument Injection Vulnerability
18 lines
357 B
Makefile
18 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.9 2009/12/07 11:07:02 jasper Exp $
|
|
|
|
COMMENT= class that provides multiple interfaces for sending email
|
|
|
|
DISTNAME= Mail-1.2.0b2
|
|
PKGNAME= pear-${DISTNAME}
|
|
CATEGORIES= mail
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|