summaryrefslogtreecommitdiff
path: root/databases/p5-perl-ldap
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-12 02:14:13 +0000
committerjoerg <joerg>2008-06-12 02:14:13 +0000
commit168a3246f0e3c46b0ef3b5dcf5d18607cff1583f (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /databases/p5-perl-ldap
parent63309a20a533bc79929c9bd5b3bf872561762300 (diff)
downloadpkgsrc-168a3246f0e3c46b0ef3b5dcf5d18607cff1583f.tar.gz
Add DESTDIR support.
Diffstat (limited to 'databases/p5-perl-ldap')
-rw-r--r--databases/p5-perl-ldap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile
index f67d0ac2226..14f7fbc5228 100644
--- a/databases/p5-perl-ldap/Makefile
+++ b/databases/p5-perl-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2007/11/02 11:54:57 adam Exp $
+# $NetBSD: Makefile,v 1.34 2008/06/12 02:14:18 joerg Exp $
DISTNAME= perl-ldap-0.34
PKGNAME= p5-perl-ldap-0.34
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ldap.perl.org/
COMMENT= Perl class to access LDAP servers
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Convert-ASN1>=0.07:../../textproc/p5-Convert-ASN1
DEPENDS+= p5-IO-Socket-SSL>=0.81:../../security/p5-IO-Socket-SSL
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64