mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
19 lines
330 B
Makefile
19 lines
330 B
Makefile
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
|
|
|
|
PORTNAME= getopt
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Command line parsing with Ruby
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|