22 lines
429 B
Makefile
22 lines
429 B
Makefile
PORTNAME= rdf
|
|
PORTVERSION= 3.2.11
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Pure-Ruby library for working with RDF data
|
|
WWW= https://github.com/ruby-rdf/rdf \
|
|
https://ruby-rdf.github.io/rdf/
|
|
|
|
LICENSE= UNLICENSE
|
|
LICENSE_FILE= ${WRKSRC}/UNLICENSE
|
|
|
|
RUN_DEPENDS= rubygem-link_header>=0.0.8<1:www/rubygem-link_header
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/rdf
|
|
|
|
.include <bsd.port.mk>
|