aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-with_env/Makefile
blob: a9b6a90958f5ddb2f74bd9cee2283295597ce3a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	with_env
PORTVERSION=	1.1.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Execute code with env variables

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem shebangfix
USE_RUBY=	yes

NO_ARCH=	yes

SHEBANG_FILES=	bin/setup

.include <bsd.port.mk>