mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
24 lines
422 B
Makefile
24 lines
422 B
Makefile
# $FreeBSD$
|
|
|
|
## XXX: Legacy for rubygem DM ports
|
|
|
|
PORTNAME= json
|
|
PORTVERSION= 1.4.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Parse JSON texts and generate them from ruby data structures
|
|
|
|
PORTSCOUT= limit:^1.4
|
|
NO_LATEST_LINK= yes
|
|
|
|
PKGNAMESUFFIX= 146
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/edit_json.rb bin/prettify_json.rb
|
|
|
|
.include <bsd.port.mk>
|