aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-xml-simple/Makefile
blob: 099db69a0a786e773ec68d25fe8805f3637eead5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ports collection makefile for:    rubygem-xml-simple
# Date created:             21 April 2009
# Whom:                     pgollucci@p6m7g8.com
#
# $FreeBSD$

PORTNAME=   xml-simple
PORTVERSION=    1.0.12
CATEGORIES= textproc rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    A ruby take off of p5-XML-Simple

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>