mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
20 lines
420 B
Makefile
20 lines
420 B
Makefile
PORTNAME= net-smtp
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple Mail Transfer Protocol client library for Ruby
|
|
WWW= https://github.com/ruby/net-smtp
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|