2008-04-29 21:04:40 +02:00
|
|
|
# New ports collection makefile for: rubygem-net-netrc
|
|
|
|
# Date created: 2008-04-13
|
|
|
|
# Whom: IWATSUKI Hiroyuki <don@na.rim.or.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= net-netrc
|
2010-01-12 01:44:00 +01:00
|
|
|
PORTVERSION= 0.2.2
|
2008-04-29 21:04:40 +02:00
|
|
|
CATEGORIES= net rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2008-04-29 21:04:40 +02:00
|
|
|
|
|
|
|
MAINTAINER= don@na.rim.or.jp
|
|
|
|
COMMENT= Net::Netrc provides ftp(1)-style .netrc parsing
|
|
|
|
|
2010-06-06 21:25:10 +02:00
|
|
|
RUN_DEPENDS= rubygem-platform>=0.3.0:${PORTSDIR}/devel/rubygem-platform
|
2008-04-29 21:04:40 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:44:59 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-29 21:04:40 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|