70013731b6
PR: ports/113703 Submitted by: maintainer (Alexander Logvinov)
20 lines
459 B
Makefile
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>
|