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:
parent
8ecc5232fb
commit
c6151e4990
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43771
@ -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
|
||||
|
23
devel/ruby-fnmatch/Makefile
Normal file
23
devel/ruby-fnmatch/Makefile
Normal 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>
|
1
devel/ruby-fnmatch/distinfo
Normal file
1
devel/ruby-fnmatch/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/ruby-fnmatch-1.1.tar.gz) = 6ec61853bf5a670d42c1df2606a9d591
|
1
devel/ruby-fnmatch/pkg-comment
Normal file
1
devel/ruby-fnmatch/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Ruby module which provides File::fnmatch and File::FNM_*
|
3
devel/ruby-fnmatch/pkg-descr
Normal file
3
devel/ruby-fnmatch/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is a Ruby module which provides File::fnmatch and File::FNM_*.
|
||||
|
||||
Author: Akinori MUSHA <knu@iDaemons.org>
|
1
devel/ruby-fnmatch/pkg-plist
Normal file
1
devel/ruby-fnmatch/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/fnmatch.so
|
Loading…
Reference in New Issue
Block a user