freebsd-ports/devel/rubygem-builder/Makefile
Ying-Chieh Liao 35f0f1ab5b upgrade to 2.1.1
pass maintainership to submitter

PR:		110346
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2007-03-20 14:45:06 +00:00

22 lines
474 B
Makefile

# ex:ts=8
# Ports collection makefile for: rubygem-builder
# Date created: Jan 7, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= builder
PORTVERSION= 2.1.1
CATEGORIES= devel rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@logvinov.com
COMMENT= Facilitate programatic generation of XML markup
USE_RUBY= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>