35f0f1ab5b
pass maintainership to submitter PR: 110346 Submitted by: Alexander Logvinov <ports@logvinov.com>
22 lines
474 B
Makefile
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>
|