freebsd-ports/mail/rubygem-net-imap/Makefile
Sunpoet Po-Chuan Hsieh 3302df0795 Add rubygem-net-imap 0.1.1
Net::IMAP implements Internet Message Access Protocol (IMAP) client
functionality.

WWW: https://github.com/ruby/net-imap
2021-01-03 20:02:25 +00:00

24 lines
503 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= net-imap
PORTVERSION= 0.1.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby client api for Internet Message Access Protocol
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol \
rubygem-strscan>=0:devel/rubygem-strscan
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>