2010-03-20 20:25:22 +01:00
|
|
|
# Ports collection makefile for: getopt
|
|
|
|
# Date created: Tue 16 Mar 2010
|
|
|
|
# Whom: Alexey V. Degtyarev <alexey@renatasystems.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= getopt
|
|
|
|
PORTVERSION= 1.4.0
|
|
|
|
CATEGORIES= devel rubygems
|
2010-06-23 20:42:12 +02:00
|
|
|
MASTER_SITES= RG
|
2010-03-20 20:25:22 +01:00
|
|
|
|
|
|
|
MAINTAINER= alexey@renatasystems.org
|
|
|
|
COMMENT= Command line parsing with Ruby
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RAKE= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|