summaryrefslogtreecommitdiff
path: root/devel/rubygem-docopt/Makefile
blob: 58e91fb751da84ed1a00e72b1204eb6fd0e7f3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	docopt
DISTVERSION=	0.6.1
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Parse command line arguments based on nothing more than a usage message
WWW=		https://github.com/docopt/docopt.rb

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem python:env shebangfix

SHEBANG_FILES=	test/language_agnostic_tester.py

NO_ARCH=	yes

.include <bsd.port.mk>