mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 05:21:16 +02:00
16 lines
219 B
Makefile
16 lines
219 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Mail_Mime
|
|
PORTVERSION= 1.10.0
|
|
CATEGORIES= mail www pear
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= PEAR classes to create and decode MIME messages
|
|
|
|
USES= pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|