forked from Lainports/freebsd-ports
21 lines
296 B
Makefile
21 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab_meta
|
|
PORTVERSION= 7.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= GitLab meta gem
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
USES= cpe
|
|
|
|
CPE_PRODUCT= gitlab
|
|
CPE_VENDOR= gitlab
|
|
|
|
.include <bsd.port.mk>
|