diff options
-rw-r--r-- | mail/rubygem-email_reply_parser/Makefile | 7 | ||||
-rw-r--r-- | mail/rubygem-email_reply_parser/pkg-descr | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/mail/rubygem-email_reply_parser/Makefile b/mail/rubygem-email_reply_parser/Makefile index 96c04ef7ae3e..7be567c5f020 100644 --- a/mail/rubygem-email_reply_parser/Makefile +++ b/mail/rubygem-email_reply_parser/Makefile @@ -3,14 +3,15 @@ PORTVERSION= 0.5.9 CATEGORIES= mail rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library to parse plain text email content LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/mail/rubygem-email_reply_parser/pkg-descr b/mail/rubygem-email_reply_parser/pkg-descr index d20454ddc6b2..d109ac726fd5 100644 --- a/mail/rubygem-email_reply_parser/pkg-descr +++ b/mail/rubygem-email_reply_parser/pkg-descr @@ -1,4 +1,4 @@ -EmailReplyParser is a small library to parse plain text email content. -See the rocco-documented source code for specifics on how it works. +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 |