23 lines
436 B
Makefile
23 lines
436 B
Makefile
PORTNAME= crack
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby Library of Simple JSON and XML Parsing
|
|
WWW= https://github.com/jnunemaker/crack
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal \
|
|
rubygem-rexml>=0:textproc/rubygem-rexml
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= john_nunemaker
|
|
|
|
.include <bsd.port.mk>
|