aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Compare
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2004-02-11 09:28:07 +0000
committerAnton Berezin <tobez@FreeBSD.org>2004-02-11 09:28:07 +0000
commit23de5a6ae0fc336b6f64d19ecf827806ee32f51d (patch)
treeb536d00c99e95d5e880fdd6d6ad8a5c76b8d67c8 /devel/p5-Data-Compare
parent58f9da6dea28a5e7c37d8dbf533c61657e4c43d1 (diff)
downloadports-23de5a6ae0fc336b6f64d19ecf827806ee32f51d.tar.gz
ports-23de5a6ae0fc336b6f64d19ecf827806ee32f51d.zip
Notes
Diffstat (limited to 'devel/p5-Data-Compare')
-rw-r--r--devel/p5-Data-Compare/Makefile8
-rw-r--r--devel/p5-Data-Compare/distinfo3
-rw-r--r--devel/p5-Data-Compare/pkg-plist7
3 files changed, 14 insertions, 4 deletions
diff --git a/devel/p5-Data-Compare/Makefile b/devel/p5-Data-Compare/Makefile
index 1cbc731f0c80..ff85c5d826ef 100644
--- a/devel/p5-Data-Compare/Makefile
+++ b/devel/p5-Data-Compare/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Data-Compare
-PORTVERSION= 0.04
+PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
@@ -15,8 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Data::Compare - compare perl data structures
+BUILD_DEPENDS= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
-MAN3= Data::Compare.3
+MAN3= Data::Compare.3 Data::Compare::Plugins.3 \
+ Data::Compare::Plugins::Scalar::Properties.3
.include <bsd.port.mk>
diff --git a/devel/p5-Data-Compare/distinfo b/devel/p5-Data-Compare/distinfo
index e25321e6412f..b91a984c95ae 100644
--- a/devel/p5-Data-Compare/distinfo
+++ b/devel/p5-Data-Compare/distinfo
@@ -1 +1,2 @@
-MD5 (Data-Compare-0.04.tar.gz) = 8ea5828f6c2e42ecff3790a814d4a46c
+MD5 (Data-Compare-0.08.tar.gz) = b026fe968c898814ff78c194f4e06a3f
+SIZE (Data-Compare-0.08.tar.gz) = 9549
diff --git a/devel/p5-Data-Compare/pkg-plist b/devel/p5-Data-Compare/pkg-plist
index 1495000b7c1b..166b4eabab91 100644
--- a/devel/p5-Data-Compare/pkg-plist
+++ b/devel/p5-Data-Compare/pkg-plist
@@ -1,5 +1,10 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Compare/.packlist
%%SITE_PERL%%/Data/Compare.pm
+%%SITE_PERL%%/Data/Compare/Plugins.pod
+%%SITE_PERL%%/Data/Compare/Plugins/Scalar/Properties.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Compare/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Compare
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true
+@dirrm %%SITE_PERL%%/Data/Compare/Plugins/Scalar
+@dirrm %%SITE_PERL%%/Data/Compare/Plugins
+@dirrm %%SITE_PERL%%/Data/Compare
@unexec rmdir %D/%%SITE_PERL%%/Data 2>/dev/null || true