aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-builder/Makefile
blob: 692551b3658863fd4485cd1d876d537afc81f88f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ex:ts=8
# Ports collection makefile for:    rubygem-builder
# Date created:         Jan 7, 2007
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   builder
PORTVERSION=    2.1.2
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Facilitate programatic generation of XML markup

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>