summaryrefslogtreecommitdiff
path: root/mail/rubygem-email_reply_parser/Makefile
blob: 122d52b7632ad2520a78a1b4d6e9339e43ec468b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	email_reply_parser
PORTVERSION=	0.5.11
CATEGORIES=	mail rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Library to parse plain text email content
WWW=		https://github.com/github/email_reply_parser

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>