freebsd-ports/devel/rubygem-peek-sidekiq/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

22 lines
439 B
Makefile

# $FreeBSD$
PORTNAME= peek-sidekiq
PORTVERSION= 1.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Provide a peek into the Sidekiq calls made
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-atomic>=1.0.0:devel/rubygem-atomic \
rubygem-peek>=0:devel/rubygem-peek \
rubygem-sidekiq>=0:devel/rubygem-sidekiq
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>