c1bf065138
Simple builder to facilitate programmatic generation of XML markup. WWW: http://onestepback.org
19 lines
315 B
Makefile
19 lines
315 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= builder
|
|
PORTVERSION= 3.2.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 32
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Facilitate programmatic generation of XML markup
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|