ports/www/rubygem-ruby-oembed/Makefile
Sunpoet Po-Chuan Hsieh 7779890f66 Add rubygem-ruby-oembed 0.12.0
An oEmbed consumer library written in Ruby, letting you easily get embeddable
HTML representations of supported web pages, based on their URLs. See oembed.com
for more about the protocol.

WWW: https://github.com/ruby-oembed/ruby-oembed
2017-04-27 07:02:44 +00:00

19 lines
323 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ruby-oembed
PORTVERSION= 0.12.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= oEmbed consumer library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>