opnsense-ports/devel/rubygem-docopt/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
405 B
Makefile

PORTNAME= docopt
DISTVERSION= 0.6.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= salvadore@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>