opnsense-ports/databases/rubygem-peek-mysql2/Makefile
Franco Fichtner 6a3f29ba12 */*: sync with upstream
Taken from: HardenedBSD
2017-08-25 06:06:29 +02:00

23 lines
522 B
Makefile

# $FreeBSD$
PORTNAME= peek-mysql2
PORTVERSION= 1.2.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= tz@FreeBSD.org
COMMENT= Take a peek into the MySQL queries made
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-concurrent-ruby>=0:devel/rubygem-concurrent-ruby \
rubygem-concurrent-ruby-ext>=0:devel/rubygem-concurrent-ruby-ext \
rubygem-mysql2>=0:databases/rubygem-mysql2 \
rubygem-peek>=0.1.0:devel/rubygem-peek
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>