1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/mail/rubygem-net-smtp/Makefile
2021-04-06 16:31:07 +02:00

23 lines
447 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= net-smtp
PORTVERSION= 0.2.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple Mail Transfer Protocol client library for Ruby
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>