freebsd-ports/security/rubygem-omniauth1/Makefile
Stefan Eßer 42bcdd4cb0 security/rubygem-omniauth1: Add CPE information
Approved by:	portmgr (blanket)
2021-10-21 16:27:08 +02:00

23 lines
452 B
Makefile

PORTNAME= omniauth
PORTVERSION= 1.9.1
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generalized Rack framework for multiple-provider authentication
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-hashie>=3.4.6:devel/rubygem-hashie \
rubygem-rack>=1.6.2,3<3,3:www/rubygem-rack
USES= cpe gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>