19d50bb5ea
- Take MAINTAINERSHIP
17 lines
301 B
Makefile
17 lines
301 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mail_Mime
|
|
PORTVERSION= 1.10.0
|
|
PORTEPOCH= 2
|
|
CATEGORIES= mail www pear
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= PEAR classes to create and decode MIME messages
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|