freebsd-ports/textproc/rubygem-jekyll-sitemap/Makefile
Michael Moll c29c8ad6dc new port: textproc/rubygem-jekyll-sitemap
A Jekyll plugin generating sitemaps.org compliant sitemaps for Jekyll sites.

WWW: https://github.com/jekyll/jekyll-sitemap
2015-11-07 21:03:01 +00:00

19 lines
339 B
Makefile

# $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>