mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging.
This commit is contained in:
parent
1c56057664
commit
2a074ac39c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343068
@ -16,13 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= ip2cc.1
|
||||
MAN3= IP::Authority.3 \
|
||||
IP::Country::Fast.3 \
|
||||
IP::Country::MaxMind.3 \
|
||||
IP::Country::Medium.3 \
|
||||
IP::Country::Slow.3 \
|
||||
IP::Country.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,11 @@
|
||||
bin/ip2cc
|
||||
man/man1/ip2cc.1.gz
|
||||
%%PERL5_MAN3%%/IP::Authority.3.gz
|
||||
%%PERL5_MAN3%%/IP::Country.3.gz
|
||||
%%PERL5_MAN3%%/IP::Country::Fast.3.gz
|
||||
%%PERL5_MAN3%%/IP::Country::MaxMind.3.gz
|
||||
%%PERL5_MAN3%%/IP::Country::Medium.3.gz
|
||||
%%PERL5_MAN3%%/IP::Country::Slow.3.gz
|
||||
%%SITE_PERL%%/IP/Authority.pm
|
||||
%%SITE_PERL%%/IP/Authority/auth.gif
|
||||
%%SITE_PERL%%/IP/Authority/ipauth.gif
|
||||
|
Loading…
Reference in New Issue
Block a user