19 lines
300 B
Makefile
19 lines
300 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/01/18 09:27:15 jasper Exp $
|
|
|
|
COMMENT = XML to Hash translator
|
|
|
|
DISTNAME = nori-2.3.0
|
|
|
|
HOMEPAGE = https://github.com/savonrb/nori
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|