freebsd-ports/textproc/rubygem-actionpack-xml_parser-rails5/Makefile
Matthias Fechner ea0042b554 Rename rubygem port to match the rules.
If a port depends on rails it should have a suffix for the rails version.
This suffix should be separated from a old version like 1-rails4 instead of 1.
2020-03-02 16:30:18 +00:00

25 lines
511 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack5>=5.0:www/rubygem-actionpack5 \
rubygem-railties5>=5.0:www/rubygem-railties5
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>