1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/www/rubygem-rdf/Makefile
2023-09-22 11:21:40 +08:00

24 lines
483 B
Makefile

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>