2013-06-08 18:26:10 +02:00
|
|
|
# Created by: TERAMOTO Masahiro <markun@onohara.to>
|
2011-01-07 03:11:46 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= WWW-Instapaper-Client
|
|
|
|
PORTVERSION= 0.901
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2011-01-07 03:11:46 +01:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= markun@onohara.to
|
2014-08-06 11:11:57 +02:00
|
|
|
COMMENT= Implementation of the Instapaper client API
|
2011-01-07 03:11:46 +01:00
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
BUILD_DEPENDS= p5-Class-Base>=0:devel/p5-Class-Base \
|
|
|
|
p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \
|
|
|
|
p5-libwww>=0:www/p5-libwww
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-01-07 03:11:46 +01:00
|
|
|
|
2013-09-02 18:56:12 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2011-01-07 03:11:46 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|