summaryrefslogtreecommitdiff
path: root/graphics/rubygem-ezprint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/rubygem-ezprint/Makefile')
-rw-r--r--graphics/rubygem-ezprint/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/rubygem-ezprint/Makefile b/graphics/rubygem-ezprint/Makefile
deleted file mode 100644
index 4d078e8e851e..000000000000
--- a/graphics/rubygem-ezprint/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME= ezprint
-PORTVERSION= 1.0.1
-CATEGORIES= graphics rubygems
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Rails wrapper for the PDFKit library
-WWW= https://github.com/jstewart/ezprint
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-
-DEPRECATED= Depends on expired graphics/rubygem-pdfkit
-EXPIRATION_DATE=2025-06-01
-
-RUN_DEPENDS= rubygem-pdfkit>=0.8.0:graphics/rubygem-pdfkit
-
-NO_ARCH= yes
-USES= gem
-
-.include <bsd.port.mk>