b3e8fe8d85
Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
21 lines
434 B
Makefile
21 lines
434 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= actionpack-xml_parser
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= XML parameters parser for Action Pack
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-actionpack4>=4.0.0:www/rubygem-actionpack4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem:autoplist
|
|
|
|
.include <bsd.port.mk>
|