diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:49:29 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:49:29 +0000 |
commit | 91ab13cf8679b3b571c71d820dc11d9a1e9c8ad5 (patch) | |
tree | 07cafc59bcd068a95dbbbbb9857b43cd7684f5a3 /devel/p5-File-Binary | |
parent | 451aec5397a06a61f3b9505c2df08bb72780cb74 (diff) | |
download | ports-91ab13cf8679b3b571c71d820dc11d9a1e9c8ad5.tar.gz ports-91ab13cf8679b3b571c71d820dc11d9a1e9c8ad5.zip |
Notes
Diffstat (limited to 'devel/p5-File-Binary')
-rw-r--r-- | devel/p5-File-Binary/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-File-Binary/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-File-Binary/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-File-Binary/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-File-Binary/pkg-plist | 3 |
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-File-Binary/Makefile b/devel/p5-File-Binary/Makefile new file mode 100644 index 000000000000..f98d36fe950c --- /dev/null +++ b/devel/p5-File-Binary/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: File-Binary +# Date created: Mon Jan 1 11:48:35 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= File-Binary +PORTVERSION= 0.3 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= File::Binary.3 + +.include <bsd.port.mk> diff --git a/devel/p5-File-Binary/distinfo b/devel/p5-File-Binary/distinfo new file mode 100644 index 000000000000..8f0231365f6e --- /dev/null +++ b/devel/p5-File-Binary/distinfo @@ -0,0 +1 @@ +MD5 (File-Binary-0.3.tar.gz) = d15f164258ddd1af6905825de9068229 diff --git a/devel/p5-File-Binary/pkg-comment b/devel/p5-File-Binary/pkg-comment new file mode 100644 index 000000000000..62d7330ac4c1 --- /dev/null +++ b/devel/p5-File-Binary/pkg-comment @@ -0,0 +1 @@ +Perl interface to modify and read binary files diff --git a/devel/p5-File-Binary/pkg-descr b/devel/p5-File-Binary/pkg-descr new file mode 100644 index 000000000000..40032158f6b8 --- /dev/null +++ b/devel/p5-File-Binary/pkg-descr @@ -0,0 +1,6 @@ +File::Binary is a perl module that provides an interface to modify +and read binary files. + +Author: Simon Wistow <simon@twoshortplanks.com> + +--will diff --git a/devel/p5-File-Binary/pkg-plist b/devel/p5-File-Binary/pkg-plist new file mode 100644 index 000000000000..404a7d60aa06 --- /dev/null +++ b/devel/p5-File-Binary/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/File/Binary.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Binary/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Binary |