81a2469562
PR: 190624
20 lines
391 B
Makefile
20 lines
391 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crack
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby Library of Simple JSON and XML Parsing
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-safe_yaml>=1.0.0:${PORTSDIR}/devel/rubygem-safe_yaml
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|