freebsd-ports/devel/rubygem-getopt/Makefile
Sunpoet Po-Chuan Hsieh 229c2f32cf Update WWW
- Take maintainership
2018-08-05 19:07:30 +00:00

18 lines
306 B
Makefile

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