freebsd-ports/devel/rubygem-builder31/Makefile
Michael Moll 045fac4bb0 deprecate unused rubygem- ports
these ports are not used by any other ports anymore

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D2997
2015-07-05 21:25:01 +00:00

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>