1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/rubygem-jquery-turbolinks/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
440 B
Makefile

PORTNAME= jquery-turbolinks
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= jQuery plugin for drop-in fix binded events problem caused by Turbolinks
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-railties4>=3.1.0:www/rubygem-railties4 \
rubygem-turbolinks>=0:www/rubygem-turbolinks
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>