forked from Lainports/freebsd-ports
these ports are not used by any other ports anymore Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D2997
26 lines
425 B
Makefile
26 lines
425 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= builder
|
|
PORTVERSION= 3.1.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 31
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Facilitate programmatic generation of XML markup
|
|
|
|
LICENSE= MIT
|
|
|
|
DEPRECATED= not used by other ports anymore
|
|
EXPIRATION_DATE= 2015-07-20
|
|
|
|
PORTSCOUT= limit:^3.1
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|