mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
upgrade to 1.0
PR: 51878 Submitted by: Mathieu Arnold <m@absolight.net>
This commit is contained in:
parent
765243d6c6
commit
ccd45ae9a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80798
3 changed files with 7 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= File-Binary
|
||||
PORTVERSION= 0.3
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File
|
||||
|
@ -17,7 +17,6 @@ COMMENT= Perl interface to modify and read binary files
|
|||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= File::Binary.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (File-Binary-0.3.tar.gz) = d15f164258ddd1af6905825de9068229
|
||||
MD5 (File-Binary-1.0.tar.gz) = 6f29e144dad7c802e788524cc336efcd
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true
|
||||
%%SITE_PERL%%/File/Binary.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Binary/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Binary
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true
|
||||
|
|
Loading…
Add table
Reference in a new issue