blob: 6c1233cf75f7e1190c144335f9d96180240fb0d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# ex:ts=8
# Ports collection makefile for: Net-Blogger
# Date created: Jan 10, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Net-Blogger
PORTVERSION= 0.87
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= An OOP-ish interface for accessing a weblog via the XML-RPC API
BUILD_DEPENDS= ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \
${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::Blogger.3 \
Net::Blogger::API::Core.3 \
Net::Blogger::API::Extended.3 \
Net::Blogger::Engine::Base.3 \
Net::Blogger::Engine::Blogger.3 \
Net::Blogger::Engine::Manila.3 \
Net::Blogger::Engine::Movabletype.3 \
Net::Blogger::Engine::Movabletype::mt.3 \
Net::Blogger::Engine::Radio.3 \
Net::Blogger::Engine::Slash.3 \
Net::Blogger::Engine::Slash::slashcode.3 \
Net::Blogger::Engine::Userland.3 \
Net::Blogger::Engine::Userland::metaWeblog.3
.include <bsd.port.mk>
|