mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Todoist API. Read http://todoist.com/API/help for more details.
WWW: http://search.cpan.org/dist/Net-Todoist/ PR: ports/ports/152105 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
974e726588
commit
3e9c8deae0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264390
@ -644,6 +644,7 @@
|
||||
SUBDIR += p5-Net-Telnet
|
||||
SUBDIR += p5-Net-Telnet-Netscreen
|
||||
SUBDIR += p5-Net-TiVo
|
||||
SUBDIR += p5-Net-Todoist
|
||||
SUBDIR += p5-Net-Traceroute
|
||||
SUBDIR += p5-Net-Traceroute-PurePerl
|
||||
SUBDIR += p5-Net-Traceroute6
|
||||
|
25
net/p5-Net-Todoist/Makefile
Normal file
25
net/p5-Net-Todoist/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Net-Todoist
|
||||
# Date created: 2010-11-06
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Todoist
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= net www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Todoist API
|
||||
|
||||
RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Todoist.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-Todoist/distinfo
Normal file
2
net/p5-Net-Todoist/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-Todoist-0.03.tar.gz) = e4422f9d220b1abc90bb468a7fff87ea7461fb67bdbba58bd86d88b240cf8dd8
|
||||
SIZE (Net-Todoist-0.03.tar.gz) = 12311
|
3
net/p5-Net-Todoist/pkg-descr
Normal file
3
net/p5-Net-Todoist/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Todoist API. Read http://todoist.com/API/help for more details.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Todoist/
|
6
net/p5-Net-Todoist/pkg-plist
Normal file
6
net/p5-Net-Todoist/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Todoist/.packlist
|
||||
%%SITE_PERL%%/Net/Todoist.pm
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Todoist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
Loading…
Reference in New Issue
Block a user