summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DES/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-DES/Makefile')
-rw-r--r--security/p5-Crypt-DES/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile
index 1da9ed9e049..9d18435d3e0 100644
--- a/security/p5-Crypt-DES/Makefile
+++ b/security/p5-Crypt-DES/Makefile
@@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Crypt-DES/
COMMENT= XS-based DES implementation for Perl
-BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
-
+PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
+BUILD_DEPENDS+= p5-Crypt-CBC-[0-9]*:../../security/p5-Crypt-CBC
+
+USE_LANGUAGES= c
PERL5_PACKLIST= auto/Crypt/DES/.packlist
.include "../../lang/perl5/module.mk"