summaryrefslogtreecommitdiff
path: root/www/rubygem-propshaft-rails72/Makefile
blob: 7221eea49de56bd142b73c7fa8e4845d8ce16a3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	propshaft
PORTVERSION=	1.3.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails72

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-actionpack72>=7.0.0:www/rubygem-actionpack72 \
		rubygem-activesupport72>=7.0.0:devel/rubygem-activesupport72 \
		rubygem-rack>=0,3:www/rubygem-rack

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>