freebsd-ports/security/rubygem-omniauth13/Makefile
Torsten Zuehlsdorff 6543b4eff8 Set DEPRECATED and EXPIRATION_DATE for ports which were only created
for www/gitlab. With the update to GitLab 9.0 they are no longer needed.
2017-06-28 09:18:33 +00:00

27 lines
569 B
Makefile

# $FreeBSD$
PORTNAME= omniauth
PORTVERSION= 1.3.2
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 13
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generalized Rack framework for multiple-provider authentication
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-hashie>=1.2:devel/rubygem-hashie \
rubygem-rack>=1.0:www/rubygem-rack
DEPRECATED= Only created for www/gitlab; please use security/rubygem-omniauth instead
EXPIRATION_DATE= 2017-07-31
PORTSCOUT= limit:^1\.3\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>