summaryrefslogtreecommitdiff
path: root/textproc/rubygem-jekyll-archives/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rubygem-jekyll-archives/Makefile')
-rw-r--r--textproc/rubygem-jekyll-archives/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/rubygem-jekyll-archives/Makefile b/textproc/rubygem-jekyll-archives/Makefile
new file mode 100644
index 000000000000..555f437b760c
--- /dev/null
+++ b/textproc/rubygem-jekyll-archives/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= jekyll-archives
+PORTVERSION= 2.2.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= 0mp@FreeBSD.org
+COMMENT= Archive pages for Jekyll tags and categories
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-jekyll>=3.6<5.0:www/rubygem-jekyll
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>