mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
19 lines
336 B
Makefile
19 lines
336 B
Makefile
# Created by: Loic Pefferkorn <loic-freebsd@loicp.eu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= clio
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= loic-freebsd@loicp.eu
|
|
COMMENT= Make easier commandline parsing and console output
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|