freebsd-ports/devel/rubygem-getopt/Makefile
Philip M. Gollucci d3ad0abb60 RF -> RG Conversion (Part II)
PR:             ports/147844
Submitted by:   pgollucci (myself)
Reviewed by:    portmgr (flz)
Discussed with: portmgr (pav)
Tested by:      make checksum

Feature safe:   yes
2010-06-23 18:42:12 +00:00

20 lines
401 B
Makefile

# 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
MASTER_SITES= RG
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>