aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_Blogging/Makefile
blob: a8d4ac2656e2d5a58948861c8268c07047789a7c (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
# Ports collection makefile for:  pear-Services_Blogging
# Date created:			  23 June 2008
# Whom:				  Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	Services_Blogging
PORTVERSION=	0.2.3
CATEGORIES=	www pear

MAINTAINER=	wenheping@gmail.com
COMMENT=	PHP interface to Blog

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
		${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC
RUN_DEPENDS=	${BUILD_DEPENDS}

CATEGORY=	Services
FILES=		Services/Blogging.php \
		Services/Blogging/Blog.php \
		Services/Blogging/MediaObject.php \
		Services/Blogging/MultipleBlogsInterface.php \
		Services/Blogging/Driver.php \
		Services/Blogging/Post.php \
		Services/Blogging/Exception.php \
		Services/Blogging/XmlRpc.php \
		Services/Blogging/ExtendedDriver.php \
		Services/Blogging/Driver/Blogger.php \
		Services/Blogging/Driver/Exception.php \
		Services/Blogging/Driver/LiveJournal.php \
		Services/Blogging/Driver/MetaWeblog.php

EXAMPLES=	autodiscover.php blogger.cw.php livejournal.cw.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>