freebsd-ports/mail/rubygem-email_reply_parser/Makefile
Sunpoet Po-Chuan Hsieh a9693e7e3a - Add rubygem-email_reply_parser 0.5.8
- 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>
2015-11-23 18:31:26 +00:00

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>