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

.include <bsd.port.mk>