blob: bf3ad0206b68ac8aa58ffb7587563f5d484a705b (
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
|
# 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
PORTVERSION= 0.2.2
CATEGORIES= net rubygems
MASTER_SITES= RF
MAINTAINER= don@na.rim.or.jp
COMMENT= Net::Netrc provides ftp(1)-style .netrc parsing
BUILD_DEPENDS= rubygem-platform>=0.3.0:${PORTSDIR}/devel/rubygem-platform
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|