freebsd-ports/mail/rubygem-email_reply_trimmer/Makefile
Sunpoet Po-Chuan Hsieh 68daf1c59d Cosmetic change
2019-11-03 17:21:29 +00:00

20 lines
355 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= email_reply_trimmer
PORTVERSION= 0.1.12
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library to trim replies from plain text email
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>