summaryrefslogtreecommitdiff
path: root/net/rubygem-netrc/Makefile
blob: ec74f3239c98c2649a6fa10f89f683c9cca7ac7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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

NO_ARCH=	yes

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>