1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/pear-Services_Blogging/Makefile
Martin Wilke 2d4013ff6e - Update to 0.2.2
PR;		126764
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2008-08-25 16:35:10 +00:00

39 lines
1.1 KiB
Makefile

# 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.2
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>