diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 15:13:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 15:13:49 +0000 |
commit | b586555216ce8373f771a4421a32024b39de90ae (patch) | |
tree | 97f8be1007c0481d0022e53af7109f6f0d1f2d06 /net/p5-Net-Todoist | |
parent | cc510e97ff59f452f248e503d999414f7a3af368 (diff) |
- Add LICENSE
- Add BUILD_DEPENDS
- Sort PLIST
Notes
Notes:
svn path=/head/; revision=363614
Diffstat (limited to 'net/p5-Net-Todoist')
-rw-r--r-- | net/p5-Net-Todoist/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-Todoist/pkg-plist | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/p5-Net-Todoist/Makefile b/net/p5-Net-Todoist/Makefile index 1ac505c3fc01..4d56e5befc75 100644 --- a/net/p5-Net-Todoist/Makefile +++ b/net/p5-Net-Todoist/Makefile @@ -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> diff --git a/net/p5-Net-Todoist/pkg-plist b/net/p5-Net-Todoist/pkg-plist index c130debf0501..7255f4c1187f 100644 --- a/net/p5-Net-Todoist/pkg-plist +++ b/net/p5-Net-Todoist/pkg-plist @@ -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 |