summaryrefslogtreecommitdiff
path: root/security/botan
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-02-14 01:04:32 +0000
committerrillig <rillig@pkgsrc.org>2006-02-14 01:04:32 +0000
commitecc788c5655f2071b72f4c646c087d8e8fc696e9 (patch)
tree670cba48f34f019028fbd249192092849dc50430 /security/botan
parent961eecf2d152ecef162392ff1c221912f6b27e21 (diff)
downloadpkgsrc-ecc788c5655f2071b72f4c646c087d8e8fc696e9.tar.gz
Perl is needed for the configure script.
Diffstat (limited to 'security/botan')
-rw-r--r--security/botan/Makefile4
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