freebsd-ports/www/rubygem-rack-openid/Makefile
2021-04-06 16:31:07 +02:00

22 lines
433 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= rack-openid
PORTVERSION= 1.4.2
PORTREVISION= 4
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides a more HTTPish API around the ruby-openid library
LICENSE= MIT
RUN_DEPENDS= rubygem-rack16>=1.1.0:www/rubygem-rack16 \
rubygem-ruby-openid>=2.1.8:net/rubygem-ruby-openid
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>