mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- support stage
Approved by: portmgr (blanket infrastructure)
This commit is contained in:
parent
1480bef1b3
commit
93f308c035
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338758
@ -13,7 +13,4 @@ COMMENT= Perl5 module to validate/generate credit card checksums/names
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Business::CreditCard.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Business/CreditCard.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/CreditCard/.packlist
|
||||
%%PERL5_MAN3%%/Business::CreditCard.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/CreditCard
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business
|
||||
@dirrmtry %%SITE_PERL%%/Business
|
||||
|
@ -12,7 +12,4 @@ COMMENT= Perl extension for Mozilla CA cert bundle in PEM format
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Mozilla::CA.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@
|
||||
%%SITE_PERL%%/Mozilla/CA.pm
|
||||
%%SITE_PERL%%/Mozilla/CA/cacert.pem
|
||||
%%SITE_PERL%%/Mozilla/mk-ca-bundle.pl
|
||||
%%PERL5_MAN3%%/Mozilla::CA.3.gz
|
||||
@dirrm %%SITE_PERL%%/Mozilla/CA
|
||||
@dirrmtry %%SITE_PERL%%/Mozilla
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mozilla/CA
|
||||
|
@ -14,7 +14,4 @@ COMMENT= Perl implementation of JavaScript's escape()/unescape() functions
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= URI::Escape::JavaScript.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape/JavaScript/.packlist
|
||||
%%SITE_PERL%%/URI/Escape/JavaScript.pm
|
||||
%%PERL5_MAN3%%/URI::Escape::JavaScript.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape/JavaScript
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/
|
||||
|
@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= WebService::Google::Sets.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/get_gset
|
||||
%%SITE_PERL%%/WebService/Google/Sets.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google/Sets/.packlist
|
||||
%%PERL5_MAN3%%/WebService::Google::Sets.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google/Sets
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService
|
||||
|
Loading…
Reference in New Issue
Block a user