aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activemodel-serializers-xml/Makefile
blob: 67d2eeaabc5f94b54bd7defa01f1a7202e0bc2f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	activemodel-serializers-xml
PORTVERSION=	1.0.2
CATEGORIES=	databases rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	XML serialization for Active Model objects and Active Record models
WWW=		https://github.com/rails/activemodel-serializers-xml

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \
		rubygem-activesupport5>=5.0:devel/rubygem-activesupport5 \
		rubygem-builder>=3.1<4:devel/rubygem-builder

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>