mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
0f57f98377
- Bump PORTREVISION for package change
26 lines
745 B
Makefile
26 lines
745 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab-gollum-lib
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple, Git-powered wiki with a sweet API and local frontend
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-github-markdown>=0.5.3:${PORTSDIR}/textproc/rubygem-github-markdown \
|
|
rubygem-github-markup>=0.7.5:${PORTSDIR}/textproc/rubygem-github-markup \
|
|
rubygem-gitlab-grit>=2.6.1:${PORTSDIR}/textproc/rubygem-gitlab-grit \
|
|
rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri \
|
|
rubygem-sanitize>=2.0.3:${PORTSDIR}/textproc/rubygem-sanitize \
|
|
rubygem-stringex>=1.5.1:${PORTSDIR}/devel/rubygem-stringex
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|