summaryrefslogtreecommitdiff
path: root/textproc/rubygem-libxml-ruby/Makefile
blob: 7fda54f08eb1b0e93d5515f3fa5823ec6030b676 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	libxml-ruby
PORTVERSION=	5.0.3
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby language bindings for the GNOME Libxml2 XML toolkit
WWW=		https://xml4r.github.io/libxml-ruby/ \
		https://github.com/xml4r/libxml-ruby

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem gnome
USE_GNOME=	libxml2

.include <bsd.port.mk>