summaryrefslogtreecommitdiff
path: root/devel/ruby-fnmatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-fnmatch/Makefile')
-rw-r--r--devel/ruby-fnmatch/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/ruby-fnmatch/Makefile b/devel/ruby-fnmatch/Makefile
deleted file mode 100644
index ae4d17547542..000000000000
--- a/devel/ruby-fnmatch/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.1b
-PORTREVISION= 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>