diff options
Diffstat (limited to 'security/ruby-blowfish/Makefile')
-rw-r--r-- | security/ruby-blowfish/Makefile | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/security/ruby-blowfish/Makefile b/security/ruby-blowfish/Makefile deleted file mode 100644 index 1146b47dadc2..000000000000 --- a/security/ruby-blowfish/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: Ruby-blowfish -# Date created: 8 May 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= blowfish -PORTVERSION= 0.2 -PORTREVISION= 1 -CATEGORIES= security ruby -MASTER_SITES= LOCAL/knu -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= A Ruby interface to the Blowfish cipher - -DEPRECATED= Doesn't work with Ruby 1.9 -EXPIRATION_DATE= 2011-08-03 - -USE_OPENSSL= yes -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -WRKSRC= ${WRKDIR}/ruby-${PORTNAME} -CONFIGURE_ARGS= --with-openssl-include="${OPENSSLBASE}/include/openssl" \ - --with-openssl-lib="${OPENSSLBASE}/lib" -INSTALL_TARGET= site-install - -DOCS_EN= ChangeLog README TODO - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/testbf.rb ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> |