summaryrefslogtreecommitdiff
path: root/mail/rubygem-email_reply_parser/Makefile
blob: 0c5d2b36541a0c3e4017140b2134a77b835fbad9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	email_reply_parser
PORTVERSION=	0.5.10
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
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>