upgrade to 1.2

PR:		69455
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
Ying-Chieh Liao 2004-07-23 03:25:14 +00:00
parent 44af4daaa9
commit aadb110f72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114459
3 changed files with 9 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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