2013-03-29 01:44:53 +01:00
|
|
|
# Created by: ijliao
|
2005-01-10 17:08:45 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Blogger
|
2006-09-26 09:34:49 +02:00
|
|
|
PORTVERSION= 1.02
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2005-01-10 17:08:45 +01:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-01-10 17:08:45 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= OOP-ish interface for accessing a weblog via the XML-RPC API
|
2005-01-10 17:08:45 +01:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Error>=0:lang/p5-Error \
|
|
|
|
p5-URI>=0:net/p5-URI \
|
|
|
|
p5-libwww>=0:www/p5-libwww \
|
|
|
|
p5-SOAP-Lite>0.55:net/p5-SOAP-Lite
|
2006-09-26 09:34:49 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2016-04-01 16:16:16 +02:00
|
|
|
TEST_DEPENDS= p5-Term-ReadKey>=0:devel/p5-Term-ReadKey
|
2005-01-10 17:08:45 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2005-01-10 17:08:45 +01:00
|
|
|
|
2007-05-01 09:46:18 +02:00
|
|
|
.include <bsd.port.mk>
|