mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
23 lines
436 B
Makefile
23 lines
436 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab-peek
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails52
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Take a peek into your Rails application
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-railties52>=4.0.0:www/rubygem-railties52
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|