diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-23 03:25:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-23 03:25:14 +0000 |
commit | aadb110f72f695e856df2533d815f884cec42b2b (patch) | |
tree | e0a5286f32aa7fe453e6177421e18f6a1da06754 /devel/p5-File-Binary | |
parent | 44af4daaa95d82e6fac4527d6436f2558cd94eca (diff) | |
download | ports-aadb110f72f695e856df2533d815f884cec42b2b.tar.gz ports-aadb110f72f695e856df2533d815f884cec42b2b.zip |
Notes
Diffstat (limited to 'devel/p5-File-Binary')
-rw-r--r-- | devel/p5-File-Binary/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-File-Binary/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-File-Binary/pkg-descr | 2 |
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 |