summaryrefslogtreecommitdiff
path: root/graphics/rubygem-pdfkit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/rubygem-pdfkit/Makefile')
-rw-r--r--graphics/rubygem-pdfkit/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/rubygem-pdfkit/Makefile b/graphics/rubygem-pdfkit/Makefile
deleted file mode 100644
index 4c55ddb70c3c..000000000000
--- a/graphics/rubygem-pdfkit/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= pdfkit
-PORTVERSION= 0.8.7.3
-CATEGORIES= graphics rubygems
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Uses wkhtmltopdf to create PDFs using HTML
-WWW= https://github.com/pdfkit/pdfkit
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Depends on expired converters/wkhtmltopdf
-EXPIRATION_DATE=2025-03-31
-
-RUN_DEPENDS= wkhtmltopdf:converters/wkhtmltopdf
-
-USES= cpe gem
-CPE_VENDOR= ${PORTNAME}_project
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>