f58c1782d8
ok alek@
22 lines
477 B
Makefile
22 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/15 10:07:33 mbalmer Exp $
|
|
|
|
COMMENT= "class that provides multiple interfaces for sending email"
|
|
|
|
DISTNAME= Mail-1.1.4
|
|
PKGNAME= pear-${DISTNAME}
|
|
CATEGORIES= mail pear
|
|
|
|
MASTER_SITES= http://pear.php.net/get/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
|
MODULES= www/php5/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|