mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support STAGEDIR
- Remove outdated PERL_LEVEL check Approved by: portmgr (blanket)
This commit is contained in:
parent
aa768d9703
commit
695a65fcef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346399
@ -21,13 +21,4 @@ RUN_DEPENDS= p5-Mouse>=1.08:${PORTSDIR}/devel/p5-Any-Moose \
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= XML::Feed::Deduper.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501400
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
%%SITE_PERL%%/XML/Feed/Deduper/Role.pm
|
||||
%%SITE_PERL%%/XML/Feed/Deduper/DB_File.pm
|
||||
%%SITE_PERL%%/XML/Feed/Deduper.pm
|
||||
%%PERL5_MAN3%%/XML::Feed::Deduper.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/XML/Feed/Deduper
|
||||
@dirrmtry %%SITE_PERL%%/XML/Feed
|
||||
@dirrmtry %%SITE_PERL%%/XML
|
||||
|
Loading…
Reference in New Issue
Block a user