a9693e7e3a
- While I'm here: - Add LICENSE - Add NO_ARCH EmailReplyParser is a small library to parse plain text email content. See the rocco-documented source code for specifics on how it works. WWW: https://github.com/github/email_reply_parser PR: 203558 Submitted by: Michael Fausten <ports@michael-fausten.de>
19 lines
332 B
Makefile
19 lines
332 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= email_reply_parser
|
|
PORTVERSION= 0.5.8
|
|
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
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|