mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Sort PLIST
This commit is contained in:
parent
cc510e97ff
commit
b586555216
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363614
@ -13,10 +13,11 @@ COMMENT= Todoist API
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
|
||||
BUILD_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Todoist/.packlist
|
||||
%%SITE_PERL%%/Net/Todoist.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Todoist/.packlist
|
||||
%%PERL5_MAN3%%/Net::Todoist.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Todoist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Todoist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
Loading…
Reference in New Issue
Block a user