19 lines
267 B
Makefile
19 lines
267 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
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|