# $Id: Portfile 53542 2009-07-08 00:15:29Z takanori@macports.org $

PortSystem 1.0
name             beecrypt
version          4.1.2
revision         1
categories       devel
maintainers      nomaintainer
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 freebsd
master_sites     sourceforge
checksums        md5 820d26437843ab0a6a8a5151a73a657c

depends_lib      port:icu

patchfiles       patch-c++__Makefile.in \
                 patch-c++__beeyond__BeeCertificate.h \
                 patch-c++__security__Security.h

configure.args   --without-python

platform puredarwin {
	depends_run-append    bin:python:python24
	configure.args-delete --without-python
	configure.args-append --without-java
}
