mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
23 lines
471 B
Makefile
23 lines
471 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD:ruby/Makefile 436468 2017-03-19 01:57:09Z sunpoet $
|
|
|
|
PORTNAME= actionpack-xml_parser
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= XML parameters parser for Action Pack
|
|
|
|
|
|
RUN_DEPENDS= rubygem-actionpack4>=4.0.0:ruby/rubygem-actionpack4
|
|
|
|
PORTSCOUT= limit:^1\.
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|