20 lines
315 B
Makefile
20 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>
|