freebsd-ports/devel/rubygem-getopt/Makefile
Steve Wills 2d358da1f8 devel/rubygem-getopt: update to 1.4.3
PR:		224755
Approved by:	maintainer timeout (alexey@renatasystems.org, > 2 weeks)
2018-01-15 14:55:08 +00:00

17 lines
296 B
Makefile

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