aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-ruby-saml115/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-ruby-saml115/Makefile')
-rw-r--r--security/rubygem-ruby-saml115/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/security/rubygem-ruby-saml115/Makefile b/security/rubygem-ruby-saml115/Makefile
deleted file mode 100644
index 445f8dc05918..000000000000
--- a/security/rubygem-ruby-saml115/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= ruby-saml
-PORTVERSION= 1.15.0
-CATEGORIES= security rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 115
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= SAML toolkit for Ruby on Rails
-WWW= https://developers.onelogin.com/saml/ruby \
- https://github.com/SAML-Toolkits/ruby-saml
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= rubygem-nokogiri>=1.13.10:textproc/rubygem-nokogiri \
- rubygem-rexml>=0:textproc/rubygem-rexml
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^1\.15\.
-
-.include <bsd.port.mk>