summaryrefslogtreecommitdiff
path: root/www/p5-LWP-Authen-Negotiate
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-12 02:14:13 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-12 02:14:13 +0000
commitba171a91fab519f587b027c1a2888cb6e3fce049 (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /www/p5-LWP-Authen-Negotiate
parent3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff)
downloadpkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz
Add DESTDIR support.
Diffstat (limited to 'www/p5-LWP-Authen-Negotiate')
-rw-r--r--www/p5-LWP-Authen-Negotiate/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-LWP-Authen-Negotiate/Makefile b/www/p5-LWP-Authen-Negotiate/Makefile
index 01b6de5d598..e2887bbd7f1 100644
--- a/www/p5-LWP-Authen-Negotiate/Makefile
+++ b/www/p5-LWP-Authen-Negotiate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 12:02:34 markd Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:56 joerg Exp $
DISTNAME= LWP-Authen-Negotiate-0.06
PKGNAME= p5-${DISTNAME}
@@ -9,6 +9,8 @@ MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://perlgssapi.sourceforge.net/
COMMENT= Library for enabling GSSAPI authentication in LWP
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-GSSAPI-[0-9]*:../../security/p5-GSSAPI
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64