aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-jekyll-sitemap/Makefile
diff options
context:
space:
mode:
authorMichael Moll <mmoll@FreeBSD.org>2015-11-07 21:03:01 +0000
committerMichael Moll <mmoll@FreeBSD.org>2015-11-07 21:03:01 +0000
commitc29c8ad6dcb96c74a28ff3adce04d6d3c075e3f0 (patch)
tree215118f978415e5ee75dd66f4f01ba16d855adf1 /textproc/rubygem-jekyll-sitemap/Makefile
parent39c44f2c1de944b026f05face2a1d7c126555aff (diff)
downloadports-c29c8ad6dcb96c74a28ff3adce04d6d3c075e3f0.tar.gz
ports-c29c8ad6dcb96c74a28ff3adce04d6d3c075e3f0.zip
Notes
Diffstat (limited to 'textproc/rubygem-jekyll-sitemap/Makefile')
-rw-r--r--textproc/rubygem-jekyll-sitemap/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/rubygem-jekyll-sitemap/Makefile b/textproc/rubygem-jekyll-sitemap/Makefile
new file mode 100644
index 000000000000..c849c79322fc
--- /dev/null
+++ b/textproc/rubygem-jekyll-sitemap/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= jekyll-sitemap
+PORTVERSION= 0.9.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Automatically generate a sitemap.xml for Jekyll sites
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>