1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

24 lines
492 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= net-smtp
PORTVERSION= 0.3.0
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 \
rubygem-timeout>=0:devel/rubygem-timeout
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>