8f3a51419c
[RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@
21 lines
371 B
Makefile
21 lines
371 B
Makefile
# 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= avl@FreeBSD.org
|
|
COMMENT= Facilitate programatic generation of XML markup
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|