freebsd-ports/devel/rubygem-getopt/Makefile
2020-03-31 23:15:49 +00:00

19 lines
310 B
Makefile

# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
# $FreeBSD$
PORTNAME= getopt
PORTVERSION= 1.5.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Command line parsing with Ruby
LICENSE= APACHE20
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>