1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Add ruby-fnmatch, a Ruby module which provides File::fnmatch and

File::FNM_*.
This commit is contained in:
Akinori MUSHA 2001-06-10 17:24:10 +00:00
parent 8ecc5232fb
commit c6151e4990
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43771
6 changed files with 30 additions and 0 deletions

View File

@ -424,6 +424,7 @@
SUBDIR += ruby-date2
SUBDIR += ruby-dialogs
SUBDIR += ruby-filelock
SUBDIR += ruby-fnmatch
SUBDIR += ruby-gemfinder
SUBDIR += ruby-intl
SUBDIR += ruby-lapidary

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: Ruby/fnmatch
# Date created: 11 June 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= fnmatch
PORTVERSION= 1.1
CATEGORIES= devel ruby
MASTER_SITES= http://www.ruby-lang.org/~knu/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ruby/ruby-fnmatch-1.1.tar.gz) = 6ec61853bf5a670d42c1df2606a9d591

View File

@ -0,0 +1 @@
A Ruby module which provides File::fnmatch and File::FNM_*

View File

@ -0,0 +1,3 @@
This is a Ruby module which provides File::fnmatch and File::FNM_*.
Author: Akinori MUSHA <knu@iDaemons.org>

View File

@ -0,0 +1 @@
%%RUBY_SITEARCHLIBDIR%%/fnmatch.so