aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-netrc/Makefile
blob: bcf75f8e1b1e96c72c1097e61e4905ef9aa01c22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	netrc
PORTVERSION=	0.7.7
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	rpaulo@FreeBSD.org
COMMENT=	Read and update netrc files

LICENSE=	MIT

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>