23 lines
571 B
Makefile
23 lines
571 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
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:devel/rubygem-builder
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|