diff options
Diffstat (limited to 'www/rubygem-propshaft-rails80/Makefile')
| -rw-r--r-- | www/rubygem-propshaft-rails80/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/rubygem-propshaft-rails80/Makefile b/www/rubygem-propshaft-rails80/Makefile new file mode 100644 index 000000000000..bf0f2b5f4775 --- /dev/null +++ b/www/rubygem-propshaft-rails80/Makefile @@ -0,0 +1,22 @@ +PORTNAME= propshaft +PORTVERSION= 1.3.1 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails80 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Deliver assets for Rails +WWW= https://github.com/rails/propshaft + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-actionpack80>=7.0.0:www/rubygem-actionpack80 \ + rubygem-activesupport80>=7.0.0:devel/rubygem-activesupport80 \ + rubygem-rack>=0,3:www/rubygem-rack + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |
