aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-actionpack-xml_parser/Makefile
blob: 63294c6386e8da833b041629dff2b1d84ee33be3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>