forked from Lainports/freebsd-ports
25 lines
481 B
Makefile
25 lines
481 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rdf
|
|
PORTVERSION= 3.1.10
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Pure-Ruby library for working with RDF data
|
|
|
|
LICENSE= UNLICENSE
|
|
LICENSE_FILE= ${WRKSRC}/UNLICENSE
|
|
|
|
RUN_DEPENDS= rubygem-hamster>=3.0<4:devel/rubygem-hamster \
|
|
rubygem-link_header>=0.0.8<1:www/rubygem-link_header
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/rdf
|
|
|
|
.include <bsd.port.mk>
|