1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/rubygem-netrc/Makefile
Rui Paulo d080d285d8 Add rubygem-netrc.
This is a library for handling netrc files and is a pre-requisite for the
Heroku CLI.

Reviewed by:	swills
Approved by:	swills
2014-05-09 05:25:56 +00:00

18 lines
253 B
Makefile

# $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>