16 lines
226 B
Makefile
16 lines
226 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ltsv
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Parser / Dumper for LTSV
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|