mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Support staging
PR: ports/184502 Submitted by: wblock@ (maintainer)
This commit is contained in:
parent
67c42d50e5
commit
a1d5033d52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335957
2 changed files with 1 additions and 3 deletions
|
@ -12,9 +12,6 @@ COMMENT= Efficiently pack items into bins
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::BinPack.3
|
||||
|
||||
PORTSCOUT= limit:^\d+\.\d+
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/BinPack/.packlist
|
||||
%%SITE_PERL%%/Algorithm/BinPack.pm
|
||||
%%PERL5_MAN3%%/Algorithm::BinPack.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/BinPack
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
||||
|
|
Loading…
Add table
Reference in a new issue