- Bump PORTREVISION when something other then BUILD_DEPENDS changes - Some minor verticle whitespace in some ports for consistency with the rest PR: ports/147551 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav) With Hat: ruby
22 lines
468 B
Makefile
22 lines
468 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.2
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= don@na.rim.or.jp
|
|
COMMENT= Net::Netrc provides ftp(1)-style .netrc parsing
|
|
|
|
RUN_DEPENDS= rubygem-platform>=0.3.0:${PORTSDIR}/devel/rubygem-platform
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|