Net::FTP implements the File Transfer Protocol. If you have used a command-line FTP program, and are familiar with the commands, you will be able to use this class easily. Some extra features are included to take advantage of Ruby's style and strengths. WWW: https://github.com/ruby/net-ftp
24 lines
481 B
Makefile
24 lines
481 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= net-ftp
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= ftp rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Support for the File Transfer Protocol
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-net-protocol>=0:net/rubygem-net-protocol \
|
|
rubygem-time>=0:devel/rubygem-time
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|