mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Add p5-Mac-Macbinary 0.02, perl module that can extract info from Macbinary
files.
This commit is contained in:
parent
f5a38e2a95
commit
bfc0756a37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36711
@ -25,6 +25,7 @@
|
||||
SUBDIR += p5-Archive-Tar
|
||||
SUBDIR += p5-Archive-Zip
|
||||
SUBDIR += p5-Compress-Zlib
|
||||
SUBDIR += p5-Mac-Macbinary
|
||||
SUBDIR += pkzip
|
||||
SUBDIR += ppunpack
|
||||
SUBDIR += rar
|
||||
|
23
archivers/p5-Mac-Macbinary/Makefile
Normal file
23
archivers/p5-Mac-Macbinary/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: Mac-Macbinary
|
||||
# Date created: Wed Jan 3 08:41:22 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mac-Macbinary
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Mac
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Mac::Macbinary.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
archivers/p5-Mac-Macbinary/distinfo
Normal file
1
archivers/p5-Mac-Macbinary/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Mac-Macbinary-0.02.tar.gz) = d809cf829fc300538cad4d3a3c6005e5
|
1
archivers/p5-Mac-Macbinary/pkg-comment
Normal file
1
archivers/p5-Mac-Macbinary/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module that can extract info from Macbinary files
|
4
archivers/p5-Mac-Macbinary/pkg-descr
Normal file
4
archivers/p5-Mac-Macbinary/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Mac::Macbinary provides an object-oriented way to extract various kinds
|
||||
of information from Macintosh Macbinary files.
|
||||
|
||||
--will
|
3
archivers/p5-Mac-Macbinary/pkg-plist
Normal file
3
archivers/p5-Mac-Macbinary/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Mac/Macbinary.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mac/Macbinary/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mac/Macbinary
|
Loading…
Reference in New Issue
Block a user