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
9883935121
commit
6b6b8a067d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341963
@ -18,7 +18,4 @@ RUN_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
|
||||
MAN3= AnyEvent::Twitter::Stream.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/AnyEvent/Twitter/Stream.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Twitter/Stream/.packlist
|
||||
%%PERL5_MAN3%%/AnyEvent::Twitter::Stream.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Twitter/Stream
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Twitter
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent
|
||||
|
@ -22,10 +22,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Net::Amazon::Thumbnail.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%SITE_PERL%%/Net/Amazon/Thumbnail.pm
|
||||
%%PERL5_MAN3%%/Net::Amazon::Thumbnail.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Net/Amazon
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
@ -34,15 +34,6 @@ OPTIONS_DEFAULT=SQLite
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::Google::SafeBrowsing2::Storage.3 \
|
||||
Net::Google::SafeBrowsing2::Lookup.3 \
|
||||
Net::Google::SafeBrowsing2::Postgres.3 \
|
||||
Net::Google::SafeBrowsing2.3 \
|
||||
Net::Google::SafeBrowsing2::DBI.3 \
|
||||
Net::Google::SafeBrowsing2::MySQL.3 \
|
||||
Net::Google::SafeBrowsing2::Sqlite.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSQLite}
|
||||
|
@ -6,6 +6,13 @@
|
||||
%%SITE_PERL%%/Net/Google/SafeBrowsing2/Sqlite.pm
|
||||
%%SITE_PERL%%/Net/Google/SafeBrowsing2/MySQL.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/SafeBrowsing2/.packlist
|
||||
%%PERL5_MAN3%%/Net::Google::SafeBrowsing2.3.gz
|
||||
%%PERL5_MAN3%%/Net::Google::SafeBrowsing2::DBI.3.gz
|
||||
%%PERL5_MAN3%%/Net::Google::SafeBrowsing2::Lookup.3.gz
|
||||
%%PERL5_MAN3%%/Net::Google::SafeBrowsing2::MySQL.3.gz
|
||||
%%PERL5_MAN3%%/Net::Google::SafeBrowsing2::Postgres.3.gz
|
||||
%%PERL5_MAN3%%/Net::Google::SafeBrowsing2::Sqlite.3.gz
|
||||
%%PERL5_MAN3%%/Net::Google::SafeBrowsing2::Storage.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/SafeBrowsing2
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
|
@ -12,7 +12,4 @@ COMMENT= Perl extension to provide getpeername(2)
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= POSIX::getpeername.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/getpeername/getpeername.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/getpeername/getpeername.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/POSIX/getpeername.pm
|
||||
%%PERL5_MAN3%%/POSIX::getpeername.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/POSIX
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/getpeername
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX
|
||||
|
Loading…
Reference in New Issue
Block a user