f8cc2c102f
Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648
18 lines
337 B
Makefile
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>
|