summaryrefslogtreecommitdiff
path: root/textproc/rubygem-actionpack-xml_parser-rails5/Makefile
blob: 16706adc8024bc703772acfd601f59050e7fe8d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	actionpack-xml_parser
PORTVERSION=	2.0.1
PORTREVISION=	1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails5

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	XML parameters parser for Action Pack
WWW=		https://rubyonrails.org/ \
		https://github.com/rails/actionpack-xml_parser

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-actionpack5>=5.0:www/rubygem-actionpack5 \
		rubygem-railties5>=5.0:www/rubygem-railties5

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>