aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2004-02-11 17:28:07 +0800
committertobez <tobez@FreeBSD.org>2004-02-11 17:28:07 +0800
commit436249dfd147adaa4d88428d26a3fbb25dd1b121 (patch)
tree4515185071c8611fc33eb55c45e84a7712f65e99 /devel
parentb84463fc48a71e53090c70b6b283441df5e41bfb (diff)
downloadfreebsd-ports-gnome-436249dfd147adaa4d88428d26a3fbb25dd1b121.tar.gz
freebsd-ports-gnome-436249dfd147adaa4d88428d26a3fbb25dd1b121.tar.zst
freebsd-ports-gnome-436249dfd147adaa4d88428d26a3fbb25dd1b121.zip
Update to 0.08.
Submitted by: mat
Diffstat (limited to 'devel')
-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