4bcc78ce61
PR: 189839 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
20 lines
355 B
Makefile
20 lines
355 B
Makefile
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nori
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= joe@thrallingpenguin.com
|
|
COMMENT= Library for converting XML to Hash syntax
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PORTSCOUT= limit:^1\.0\.
|
|
|
|
.include <bsd.port.mk>
|