c29c8ad6dc
A Jekyll plugin generating sitemaps.org compliant sitemaps for Jekyll sites. WWW: https://github.com/jekyll/jekyll-sitemap
19 lines
339 B
Makefile
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>
|