summaryrefslogtreecommitdiff
path: root/security/ruby-crypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ruby-crypt/Makefile')
-rw-r--r--security/ruby-crypt/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/security/ruby-crypt/Makefile b/security/ruby-crypt/Makefile
deleted file mode 100644
index c67f088d81fb..000000000000
--- a/security/ruby-crypt/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= crypt
-PORTVERSION= 1.1.4
-CATEGORIES= security ruby
-MASTER_SITES= RF
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= clsung@FreeBSD.org
-COMMENT= Pure-ruby implementation of popular encryption algorithms
-
-BROKEN= not staged
-USE_RUBY= yes
-
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}
-
-DEPRECATED= RubyForge shutdown May 15 2014
-EXPIRATION_DATE= 2014-09-20
-
-do-install:
- @cd ${WRKSRC}; ${RUBY} install.rb
-
-.include <bsd.port.mk>