ed421cc5ca
With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
19 lines
371 B
Makefile
19 lines
371 B
Makefile
# Ports collection makefile for: rubygem-require_all
|
|
# Date created: 2011-06-16
|
|
# Whom: rpsfa@rit.edu
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= require_all
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A wonderfully simple way to load your code
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|