mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
17 lines
339 B
Makefile
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>
|