mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
18 lines
319 B
Makefile
18 lines
319 B
Makefile
PORTNAME= ruby-oembed
|
|
PORTVERSION= 0.18.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= oEmbed consumer library
|
|
WWW= https://oembed.com/ \
|
|
https://github.com/ruby-oembed/ruby-oembed
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|