mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
18 lines
341 B
Makefile
18 lines
341 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD: head/devel/rubygem-builder/Makefile 433373 2017-02-05 05:32:28Z sunpoet $
|
|
|
|
PORTNAME= builder
|
|
PORTVERSION= 3.2.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Facilitate programmatic generation of XML markup
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|