19 lines
296 B
Makefile
19 lines
296 B
Makefile
# $OpenBSD: Makefile,v 1.2 2016/01/10 20:38:05 jasper Exp $
|
|
|
|
COMMENT = XML to Hash translator
|
|
|
|
DISTNAME = nori-2.6.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>
|