summaryrefslogtreecommitdiff
path: root/security/ruby-sha1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ruby-sha1/Makefile')
-rw-r--r--security/ruby-sha1/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/security/ruby-sha1/Makefile b/security/ruby-sha1/Makefile
deleted file mode 100644
index f52aa8e61612..000000000000
--- a/security/ruby-sha1/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: ruby-sha1
-# Date created: 3 Nov 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sha1
-PORTVERSION= 1.2
-PORTEPOCH= 1
-CATEGORIES= security ruby
-MASTER_SITES= http://www.omcl.org/~spcoltri/ruby/
-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
-
-RUBY_REQUIRE= Ruby < 170
-
-.include <bsd.port.pre.mk>
-
-.if !defined(RUBY_PROVIDED)
-BROKEN= "ruby-sha1 is included as a standard module in Ruby >= 1.7.0"
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/sha1
- ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/sha1/
-.endif
-
-.include <bsd.port.post.mk>