freebsd-ports/mail/pear-Mail_mimeDecode/Makefile
Danilo G. Baio f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00

18 lines
337 B
Makefile

# Created by: Zhen REN <bg1tpt@gmail.com>
# $FreeBSD$
PORTNAME= Mail_mimeDecode
PORTVERSION= 1.5.6
CATEGORIES= mail www pear
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Provides a class to decode mime messages
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>