mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
This commit is contained in:
parent
244d3c2210
commit
6e85147f50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342152
@ -20,17 +20,16 @@ BUILD_DEPENDS+= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Business::MaxMind::CreditCardFraudDetection.3 \
|
||||
Business::MaxMind::HTTPBase.3 \
|
||||
Business::MaxMind::TelephoneVerification.3 \
|
||||
|
||||
PLIST_FILES= \
|
||||
%%SITE_PERL%%/Business/MaxMind/CreditCardFraudDetection.pm \
|
||||
%%SITE_PERL%%/Business/MaxMind/HTTPBase.pm \
|
||||
%%SITE_PERL%%/Business/MaxMind/TelephoneVerification.pm \
|
||||
%%SITE_PERL%%/Business/example.pl \
|
||||
%%SITE_PERL%%/Business/example_telv.pl \
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind/.packlist \
|
||||
%%PERL5_MAN3%%/Business::MaxMind::CreditCardFraudDetection.3.gz \
|
||||
%%PERL5_MAN3%%/Business::MaxMind::HTTPBase.3.gz \
|
||||
%%PERL5_MAN3%%/Business::MaxMind::TelephoneVerification.3.gz
|
||||
|
||||
PLIST_DIRS= \
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/MaxMind \
|
||||
@ -38,5 +37,4 @@ PLIST_DIRS= \
|
||||
%%SITE_PERL%%/Business/MaxMind \
|
||||
%%SITE_PERL%%/Business
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Math::Random::ISAAC::XS.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/ISAAC/XS.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/ISAAC/XS/XS.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/ISAAC/XS/XS.so
|
||||
%%PERL5_MAN3%%/Math::Random::ISAAC::XS.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/ISAAC
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
|
||||
|
@ -11,7 +11,5 @@ COMMENT= Object-Oriented Vector Math Methods in Perl
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
MAN3= Math::Vec.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
%%SITE_PERL%%/Math/Vec.pm
|
||||
%%PERL5_MAN3%%/Math::Vec.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
|
Loading…
Reference in New Issue
Block a user