16 lines
287 B
Makefile
16 lines
287 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mail_Mime
|
|
PORTVERSION= 1.8.9
|
|
PORTEPOCH= 2
|
|
CATEGORIES= mail www pear
|
|
|
|
MAINTAINER= joehorn@gmail.com
|
|
COMMENT= PEAR classes to create and decode MIME messages
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|