summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Atom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Atom/Makefile')
-rw-r--r--textproc/p5-XML-Atom/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-Atom/Makefile b/textproc/p5-XML-Atom/Makefile
index 6b04735f5dd..185a0b97c13 100644
--- a/textproc/p5-XML-Atom/Makefile
+++ b/textproc/p5-XML-Atom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/11/29 15:03:21 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:50 joerg Exp $
DISTNAME= XML-Atom-0.28
PKGNAME= p5-${DISTNAME}
@@ -10,6 +10,8 @@ MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/XML-Atom/
COMMENT= Atom feed and API implementation
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-XML-LibXML>=1.64:../../textproc/p5-XML-LibXML
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64