aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-require_all/Makefile
blob: ee26fc118b3f8e31875077e9950b1f1c27298b94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: rpsfa@rit.edu

PORTNAME=	require_all
PORTVERSION=	2.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Wonderfully simple way to load your code

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>