08b4bc3456
Changes: https://github.com/ruby-rdf/rdf-normalize/releases https://github.com/ruby-rdf/rdf-normalize/commits/develop
19 lines
297 B
Makefile
19 lines
297 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rdf-normalize
|
|
DISTVERSION= 0.3.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= RDF Graph normalizer for Ruby
|
|
|
|
LICENSE= UNLICENSE
|
|
|
|
RUN_DEPENDS= rubygem-rdf>=2.2:www/rubygem-rdf
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|