summaryrefslogtreecommitdiff
path: root/devel/rubygem-view_component-rails70/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-view_component-rails70/Makefile')
-rw-r--r--devel/rubygem-view_component-rails70/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/rubygem-view_component-rails70/Makefile b/devel/rubygem-view_component-rails70/Makefile
deleted file mode 100644
index 3d60c810c307..000000000000
--- a/devel/rubygem-view_component-rails70/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= view_component
-PORTVERSION= 3.21.0
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= -rails70
-
-MAINTAINER= mfechner@FreeBSD.org
-COMMENT= View components for Rails
-WWW= https://github.com/github/view_component
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-RUN_DEPENDS= rubygem-activesupport70>=5.2.0<8.1:devel/rubygem-activesupport70 \
- rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
- rubygem-method_source>=1.0<2:devel/rubygem-method_source
-
-USES= gem
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>