aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-jekyll-redirect-from/Makefile
blob: 3b92c5b81365eeec066fedd514ed13e7c5e8beb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

PORTNAME=	jekyll-redirect-from
PORTVERSION=	0.16.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Handles redirection URLs for Jekyll pages and posts

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-jekyll>=3.3<5.0:www/rubygem-jekyll

USES=		gem shebangfix
USE_RUBY=	yes

NO_ARCH=	yes

SHEBANG_FILES=	script/*

.include <bsd.port.mk>