An implementation of the Instapaper client API.
(see http://www.instapaper.com/api) WWW: http://search.cpan.org/dist/WWW-Instapaper-Client/ PR: ports/153707 Submitted by: TERAMOTO Masahiro <markun@onohara.to>
This commit is contained in:
parent
0eed1f2921
commit
1cbf260f24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267473
5 changed files with 39 additions and 0 deletions
|
@ -1241,6 +1241,7 @@
|
|||
SUBDIR += p5-WWW-HatenaLogin
|
||||
SUBDIR += p5-WWW-HatenaStar
|
||||
SUBDIR += p5-WWW-IMDb
|
||||
SUBDIR += p5-WWW-Instapaper-Client
|
||||
SUBDIR += p5-WWW-Link
|
||||
SUBDIR += p5-WWW-Mechanize
|
||||
SUBDIR += p5-WWW-Mechanize-CGI
|
||||
|
|
26
www/p5-WWW-Instapaper-Client/Makefile
Normal file
26
www/p5-WWW-Instapaper-Client/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: p5-WWW-Instapaper-Client
|
||||
# Date created: 2011-01-05
|
||||
# Whom: TERAMOTO Masahiro <markun@onohara.to>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WWW-Instapaper-Client
|
||||
PORTVERSION= 0.901
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= markun@onohara.to
|
||||
COMMENT= An implementation of the Instapaper client API
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Base>=0:${PORTSDIR}/devel/p5-Class-Base \
|
||||
p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= WWW::Instapaper::Client.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-WWW-Instapaper-Client/distinfo
Normal file
2
www/p5-WWW-Instapaper-Client/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (WWW-Instapaper-Client-0.901.tar.gz) = 6b984b34366fb38a7f537b5947767fbcd1fae6f68e0591ae1e6802f10227fa2d
|
||||
SIZE (WWW-Instapaper-Client-0.901.tar.gz) = 3936
|
4
www/p5-WWW-Instapaper-Client/pkg-descr
Normal file
4
www/p5-WWW-Instapaper-Client/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
An implementation of the Instapaper client API.
|
||||
(see http://www.instapaper.com/api)
|
||||
|
||||
WWW: http://search.cpan.org/dist/WWW-Instapaper-Client/
|
6
www/p5-WWW-Instapaper-Client/pkg-plist
Normal file
6
www/p5-WWW-Instapaper-Client/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/WWW/Instapaper/Client.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Instapaper
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Instapaper
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
Loading…
Reference in a new issue