aboutsummaryrefslogtreecommitdiff
path: root/ftp/rubygem-net-ftp/Makefile
blob: 78a2c59a04b90b5dc5aa9f7e9ae2cd6f37b11c06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	net-ftp
PORTVERSION=	0.1.3
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>