165514778e
- Sort RUN_DEPENDS Changes: https://github.com/tootsuite/ostatus2/commits/master
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ostatus2
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Toolset for interacting with the OStatus2 suite of protocols
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.5:www/rubygem-addressable \
|
|
rubygem-http>=3.0:www/rubygem-http \
|
|
rubygem-nokogiri>=1.8:textproc/rubygem-nokogiri
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|