freebsd-ports/www/rubygem-jquery-ui-rails-rails4/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
351 B
Makefile

PORTNAME= jquery-ui-rails
PORTVERSION= 6.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Packaged JavaScript, CSS and image files of jQuery UI for Rails
LICENSE= MIT
RUN_DEPENDS= rubygem-railties4>=4.1.4:www/rubygem-railties4
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>