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