aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-07-23 11:25:14 +0800
committerijliao <ijliao@FreeBSD.org>2004-07-23 11:25:14 +0800
commit97db870de0829ab835b3ff26261784b2b81d44f1 (patch)
tree2368a44186c18e38464cd0e9d1a747438dd14821 /devel
parent13430e0691b1cc1dc70856227b8a0c8de423214e (diff)
downloadfreebsd-ports-gnome-97db870de0829ab835b3ff26261784b2b81d44f1.tar.gz
freebsd-ports-gnome-97db870de0829ab835b3ff26261784b2b81d44f1.tar.zst
freebsd-ports-gnome-97db870de0829ab835b3ff26261784b2b81d44f1.zip
upgrade to 1.2
PR: 69455 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-File-Binary/Makefile6
-rw-r--r--devel/p5-File-Binary/distinfo4
-rw-r--r--devel/p5-File-Binary/pkg-descr2
3 files changed, 9 insertions, 3 deletions
diff --git a/devel/p5-File-Binary/Makefile b/devel/p5-File-Binary/Makefile
index 15d7b3726236..1d3ad85f7c8e 100644
--- a/devel/p5-File-Binary/Makefile
+++ b/devel/p5-File-Binary/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= File-Binary
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
@@ -15,6 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl interface to modify and read binary files
+BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
+ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= File::Binary.3
diff --git a/devel/p5-File-Binary/distinfo b/devel/p5-File-Binary/distinfo
index f5e839aa345b..d7e365c45c1c 100644
--- a/devel/p5-File-Binary/distinfo
+++ b/devel/p5-File-Binary/distinfo
@@ -1,2 +1,2 @@
-MD5 (File-Binary-1.1.tar.gz) = 2b0e47b1b2297739e2f75c26bff249e4
-SIZE (File-Binary-1.1.tar.gz) = 19580
+MD5 (File-Binary-1.2.tar.gz) = 49f3e7d534facadb7714fe1ca0a02e87
+SIZE (File-Binary-1.2.tar.gz) = 19680
diff --git a/devel/p5-File-Binary/pkg-descr b/devel/p5-File-Binary/pkg-descr
index 40032158f6b8..c2e14cefa8bb 100644
--- a/devel/p5-File-Binary/pkg-descr
+++ b/devel/p5-File-Binary/pkg-descr
@@ -1,6 +1,8 @@
File::Binary is a perl module that provides an interface to modify
and read binary files.
+WWW: http://search.cpan.org/dist/File-Binary/
+
Author: Simon Wistow <simon@twoshortplanks.com>
--will