mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
b5871d1361
Changes: https://github.com/ruby/net-ftp/releases https://github.com/ruby/net-ftp/commits/master
23 lines
471 B
Makefile
23 lines
471 B
Makefile
PORTNAME= net-ftp
|
|
PORTVERSION= 0.3.8
|
|
CATEGORIES= ftp rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Support for the File Transfer Protocol
|
|
WWW= https://github.com/ruby/net-ftp
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol \
|
|
rubygem-time>=0:devel/rubygem-time
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|