diff options
Diffstat (limited to 'textproc/p5-XML-Atom-Stream/Makefile')
-rw-r--r-- | textproc/p5-XML-Atom-Stream/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile index 07051e71283..6a15186aedf 100644 --- a/textproc/p5-XML-Atom-Stream/Makefile +++ b/textproc/p5-XML-Atom-Stream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/11 18:40:04 kleink Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Atom-Stream-0.11 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Atom-Stream/ COMMENT= Client interface for AtomStream +PKG_DESTDIR_SUPPORT= user-destdir + #really: Test::More >= 0.32 BUILD_DEPENDS+= p5-Test-Simple>=0.32:../../devel/p5-Test-Simple DEPENDS+= p5-libwww>=5.0:../../www/p5-libwww |