freebsd-ports/mail/pear-Mail_Mime/Makefile
Sunpoet Po-Chuan Hsieh 36e92f7de3 - Update to 1.8.9
- While I'm here, update LICENSE

Changes:	http://pear.php.net/package/Mail_Mime/download/
PR:		ports/190028
Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
2014-05-24 14:12:20 +00:00

21 lines
491 B
Makefile

# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$
PORTNAME= Mail_Mime
PORTVERSION= 1.8.9
PORTEPOCH= 2
CATEGORIES= mail www pear
MAINTAINER= joehorn@gmail.com
COMMENT= PEAR classes to create and decode MIME messages
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>