mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
c18c1057fd
* Remove conditions that are applied to Ruby 2.6 or before. * Remove BROKEN_RUBY26. * Mark ports broken with all supported versions of Ruby as DEPRECATED and set EXPIRATION_DATE. Reviewed by: rene Approved by: rene (portmgr) Differential Revision: https://reviews.freebsd.org/D34745
25 lines
538 B
Makefile
25 lines
538 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= propshaft
|
|
PORTVERSION= 0.6.4
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Deliver assets for Rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack70>=7.0.0:www/rubygem-actionpack70 \
|
|
rubygem-activesupport70>=7.0.0:devel/rubygem-activesupport70 \
|
|
rubygem-rack>=0,3:www/rubygem-rack \
|
|
rubygem-railties70>=7.0.0:www/rubygem-railties70
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|