pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security The package supports installation to DESTDIR.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6765809c6cda
branches: trunk
changeset: 538415:6765809c6cda
user: heinz <heinz%pkgsrc.org@localhost>
date: Thu Feb 07 20:27:23 2008 +0000
description:
The package supports installation to DESTDIR.
A C compiler is necessary.
diffstat:
security/p5-Crypt-Blowfish/Makefile | 8 +++++---
security/p5-Crypt-DES/Makefile | 8 +++++---
security/p5-Crypt-IDEA/Makefile | 4 +++-
3 files changed, 13 insertions(+), 7 deletions(-)
diffs (69 lines):
diff -r 56e8aaa8fa85 -r 6765809c6cda security/p5-Crypt-Blowfish/Makefile
--- a/security/p5-Crypt-Blowfish/Makefile Thu Feb 07 20:00:40 2008 +0000
+++ b/security/p5-Crypt-Blowfish/Makefile Thu Feb 07 20:27:23 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/09/10 13:44:28 heinz Exp $
+# $NetBSD: Makefile,v 1.18 2008/02/07 20:27:23 heinz Exp $
#
DISTNAME= Crypt-Blowfish-2.10
@@ -11,11 +11,13 @@
HOMEPAGE= http://search.cpan.org/dist/Crypt-Blowfish/
COMMENT= Perl5 Blowfish implementation
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
CRYPTO= YES
+USE_LANGUAGES= c
PERL5_PACKLIST= auto/Crypt/Blowfish/.packlist
.include "../../lang/perl5/module.mk"
diff -r 56e8aaa8fa85 -r 6765809c6cda security/p5-Crypt-DES/Makefile
--- a/security/p5-Crypt-DES/Makefile Thu Feb 07 20:00:40 2008 +0000
+++ b/security/p5-Crypt-DES/Makefile Thu Feb 07 20:27:23 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:36 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2008/02/07 20:31:11 heinz Exp $
#
DISTNAME= Crypt-DES-2.05
@@ -11,10 +11,12 @@
HOMEPAGE= http://search.cpan.org/dist/Crypt-DES/
COMMENT= XS-based DES implementation for Perl
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
+USE_LANGUAGES= c
PERL5_PACKLIST= auto/Crypt/DES/.packlist
.include "../../lang/perl5/module.mk"
diff -r 56e8aaa8fa85 -r 6765809c6cda security/p5-Crypt-IDEA/Makefile
--- a/security/p5-Crypt-IDEA/Makefile Thu Feb 07 20:00:40 2008 +0000
+++ b/security/p5-Crypt-IDEA/Makefile Thu Feb 07 20:27:23 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/10/31 12:29:34 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2008/02/07 20:34:47 heinz Exp $
#
DISTNAME= Crypt-IDEA-1.08
@@ -13,8 +13,10 @@
# IDEA's license
LICENSE= fee-based-commercial-use
+PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
+USE_LANGUAGES= c
PERL5_PACKLIST= auto/Crypt/IDEA/.packlist
.include "../../lang/perl5/module.mk"
Home |
Main Index |
Thread Index |
Old Index