diff options
author | rillig <rillig@pkgsrc.org> | 2006-02-14 01:04:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-02-14 01:04:32 +0000 |
commit | c536653cad0f843e6a773f35c94810a07415fa39 (patch) | |
tree | 670cba48f34f019028fbd249192092849dc50430 /security/botan | |
parent | fc61c83039b2d7e311a4521376bf526b7b273060 (diff) | |
download | pkgsrc-c536653cad0f843e6a773f35c94810a07415fa39.tar.gz |
Perl is needed for the configure script.
Diffstat (limited to 'security/botan')
-rw-r--r-- | security/botan/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index fdda8d384f3..406d5624e68 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/05 01:25:12 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2006/02/14 01:04:32 rillig Exp $ DISTNAME= Botan-1.4.11 PKGNAME= botan-1.4.11 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://botan.randombit.net/ COMMENT= Portable, easy to use, and efficient C++ crypto library +USE_TOOLS+= perl + USE_LANGUAGES+= c++ REPLACE_PERL+= ./configure.pl HAS_CONFIGURE= yes |