opnsense-ports/devel/rubygem-docopt/Makefile
Franco Fichtner e0f6bc92f7 */*: sync with upstream
Taken from: FreeBSD
2024-01-31 16:40:26 +01:00

20 lines
417 B
Makefile

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>