mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
16 lines
330 B
Makefile
16 lines
330 B
Makefile
# $FreeBSD: head/devel/rubygem-highline/Makefile 457409 2017-12-27 19:53:12Z sunpoet $
|
|
|
|
PORTNAME= highline
|
|
PORTVERSION= 2.0.3 #1.7.10
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= High-level IO library for command-line interfaces
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|