mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
21 lines
336 B
Makefile
21 lines
336 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mousetrap-rails
|
|
PORTVERSION= 1.4.6
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Javascript library for handling keyboard shortcuts
|
|
|
|
LICENSE= MIT APACHE20
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|