mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
9db2a2a832
parsing. It is inspired by Graham Barr's Perl Net::Netrc module. WWW: http://net-netrc.rubyforge.org/ PR: ports/122709 Submitted by: IWATSUKI Hiroyuki <don at na.rim.or.jp>
24 lines
531 B
Makefile
24 lines
531 B
Makefile
# 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.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|