freebsd-ports/textproc/rubygem-actionpack-xml_parser1-rails4/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

26 lines
490 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= actionpack-xml_parser
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1-rails4
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= XML parameters parser for Action Pack
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionpack4>=4.0.0<5:www/rubygem-actionpack4
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>