diff options
author | obache <obache> | 2008-06-04 14:14:03 +0000 |
---|---|---|
committer | obache <obache> | 2008-06-04 14:14:03 +0000 |
commit | fb66208a19fb2c6865f70732b39f46e374b591a4 (patch) | |
tree | 7aea0b46e0adb945feab78453f4d6ee22fbe5982 /converters/p5-JSON-Any | |
parent | b149e5ede22b4c5568c638f52e8cad99d83039ac (diff) | |
download | pkgsrc-fb66208a19fb2c6865f70732b39f46e374b591a4.tar.gz |
Marked as DESTDIR ready.
Diffstat (limited to 'converters/p5-JSON-Any')
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index cbe7936d00c..e0bbb725163 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/02/28 09:15:12 abs Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/04 14:14:03 obache Exp $ DISTNAME= JSON-Any-1.16 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/JSON-Any/ COMMENT= Wrapper Class for the various JSON classes +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/JSON/Any/.packlist # p5-JSON-XS appears to be the current "best of breed" |