126c1d2e8d
PR: 224771 Approved by: maintainer timeout (ports@michael-fausten.de, > 2 weeks)
18 lines
302 B
Makefile
18 lines
302 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= email_reply_parser
|
|
PORTVERSION= 0.5.9
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ports@michael-fausten.de
|
|
COMMENT= Library to parse plain text email content
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|