ports/mail/pear-Mail_mimeDecode/Makefile
2021-04-06 16:31:07 +02:00

17 lines
339 B
Makefile

# Created by: Zhen REN <bg1tpt@gmail.com>
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@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>