summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Compare
diff options
context:
space:
mode:
authoradam <adam>2011-08-11 17:10:40 +0000
committeradam <adam>2011-08-11 17:10:40 +0000
commit222ca826c46ca80067af8f500c67d9240768cf48 (patch)
treeea9806358b21d795da992451ebe2b6f6b4d6bd84 /devel/p5-Data-Compare
parent2c21448d093d19b4034afd8b3cde081496c761b6 (diff)
downloadpkgsrc-222ca826c46ca80067af8f500c67d9240768cf48.tar.gz
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'devel/p5-Data-Compare')
-rw-r--r--devel/p5-Data-Compare/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Data-Compare/Makefile b/devel/p5-Data-Compare/Makefile
index 69d8f0446ff..922283ce6b2 100644
--- a/devel/p5-Data-Compare/Makefile
+++ b/devel/p5-Data-Compare/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2010/08/21 16:33:29 seb Exp $
+# $NetBSD: Makefile,v 1.8 2011/08/11 17:11:23 adam Exp $
DISTNAME= Data-Compare-1.22
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -11,11 +11,11 @@ HOMEPAGE= http://search.cpan.org/dist/Data-Compare/
COMMENT= Perl5 module comparing arbitrary data structures
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-File-Find-Rule>=0.10:../../devel/p5-File-Find-Rule
+PKG_DESTDIR_SUPPORT= user-destdir
-PERL5_PACKLIST= auto/Data/Compare/.packlist
+DEPENDS+= p5-File-Find-Rule>=0.10:../../devel/p5-File-Find-Rule
-PKG_DESTDIR_SUPPORT= user-destdir
+PERL5_PACKLIST= auto/Data/Compare/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"