aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-vite_ruby33/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-vite_ruby33/Makefile')
-rw-r--r--devel/rubygem-vite_ruby33/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/rubygem-vite_ruby33/Makefile b/devel/rubygem-vite_ruby33/Makefile
deleted file mode 100644
index 081ad800b5d1..000000000000
--- a/devel/rubygem-vite_ruby33/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= vite_ruby
-PORTVERSION= 3.3.4
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 33
-
-MAINTAINER= mfechner@FreeBSD.org
-COMMENT= Use Vite in Ruby and bring joy to your JavaScript experience
-WWW= https://github.com/ElMassimo/vite_ruby
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-RUN_DEPENDS= rubygem-dry-cli>=0.7<2:devel/rubygem-dry-cli \
- rubygem-rack-proxy>=0.6.1<1.0:www/rubygem-rack-proxy \
- rubygem-zeitwerk>=2.2<3:devel/rubygem-zeitwerk
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^3\.3\.
-
-PLIST_FILES= bin/vite
-
-.include <bsd.port.mk>