a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name beecrypt
version 4.1.2
categories devel
maintainers nomaintainer@macports.org
description cryptography toolkit
long_description \
BeeCrypt is an ongoing project to provide a strong and \
fast cryptography toolkit. Includes entropy sources, \
random generators, block ciphers, hash functions, \
message authentication codes, multiprecision integer \
routines, and public key primitives.
homepage http://sourceforge.net/projects/beecrypt/
platforms darwin
master_sites http://voxel.dl.sourceforge.net/sourceforge/beecrypt/ sourceforge
checksums md5 820d26437843ab0a6a8a5151a73a657c
depends_lib port:icu
patchfiles patch-c++__Makefile.in \
patch-c++__beeyond__BeeCertificate.h \
patch-c++__security__Security.h
configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
configure.args --without-python
variant puredarwin {
depends_run-append bin:python:python24
configure.args-delete --without-python
configure.args-append --without-java
}