summaryrefslogtreecommitdiff
path: root/www/rubygem-rdf/Makefile
blob: 7e481505a53f2ed82718c85ffdf748ee33205edd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	rdf
PORTVERSION=	3.3.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Pure-Ruby library for working with RDF data
WWW=		https://ruby-rdf.github.io/rdf/ \
		https://github.com/ruby-rdf/rdf

LICENSE=	UNLICENSE
LICENSE_FILE=	${WRKSRC}/UNLICENSE

RUN_DEPENDS=	rubygem-bcp47_spec>=0.2<1:devel/rubygem-bcp47_spec \
		rubygem-link_header>=0.0.8<1:www/rubygem-link_header

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/rdf

.include <bsd.port.mk>