mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Convert to staging
This commit is contained in:
parent
d30bd09783
commit
46b9cb8e0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331029
@ -13,9 +13,6 @@ COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::IP.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-configure:
|
||||
${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile
|
||||
|
||||
|
@ -2,6 +2,11 @@ bin/iptab
|
||||
bin/ipcount
|
||||
%%SITE_PERL%%/Net/IP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/.packlist
|
||||
%%PERL5_MAN3%%/Net::IP.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto
|
||||
@dirrmtry %%SITE_PERL%%/mach
|
||||
@dirrmtry %%SITE_PERL%%
|
||||
@dirrmtry %%PERL5_MAN3%%
|
||||
|
Loading…
Reference in New Issue
Block a user