1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/rubygem-gitlab-gollum-lib/Makefile
Sunpoet Po-Chuan Hsieh 7b9982af82 Remove expired optional dependency (rubygem-github-markdown)
- Bump PORTREVISION for dependency and package change
2017-03-16 20:51:21 +00:00

26 lines
620 B
Makefile

# $FreeBSD$
PORTNAME= gitlab-gollum-lib
PORTVERSION= 1.1.0
PORTREVISION= 4
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple, Git-powered wiki with a sweet API and local frontend
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-github-markup>=0.7.5:textproc/rubygem-github-markup \
rubygem-gitlab-grit>=2.6.1:textproc/rubygem-gitlab-grit \
rubygem-nokogiri>=1.5.9:textproc/rubygem-nokogiri \
rubygem-sanitize>=2.0.3:textproc/rubygem-sanitize \
rubygem-stringex>=1.5.1:devel/rubygem-stringex
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>