mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
25e6aa9d7a
Sponsored by: Absolight
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>
|