freebsd-ports/devel/rubygem-builder/Makefile
Cheng-Lung Sung 70013731b6 - Update to 2.1.2
PR:		ports/113703
Submitted by:	maintainer (Alexander Logvinov)
2007-07-09 07:04:58 +00:00

20 lines
459 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= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@logvinov.com
COMMENT= Facilitate programatic generation of XML markup
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>