summaryrefslogtreecommitdiff
path: root/www/p5-LWP-Authen-Wsse
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-Wsse
parent3ba79d294eb62e9c75cc32d37b4af7759af8c9d6 (diff)
downloadpkgsrc-ba171a91fab519f587b027c1a2888cb6e3fce049.tar.gz
Add DESTDIR support.
Diffstat (limited to 'www/p5-LWP-Authen-Wsse')
-rw-r--r--www/p5-LWP-Authen-Wsse/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-LWP-Authen-Wsse/Makefile b/www/p5-LWP-Authen-Wsse/Makefile
index e2c0ab2feba..085cb31c7af 100644
--- a/www/p5-LWP-Authen-Wsse/Makefile
+++ b/www/p5-LWP-Authen-Wsse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/01/30 13:13:44 kleink Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:56 joerg Exp $
DISTNAME= LWP-Authen-Wsse-0.05
PKGNAME= p5-${DISTNAME}
@@ -10,6 +10,8 @@ MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/LWP-Authen-Wsse/
COMMENT= Library for enabling X-WSSE authentication in LWP
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64