aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_Blogging/Makefile
blob: 40dc2dd5e0157ff74ac5835ba08c5131eaaefa0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Wen Heping <wenheping@gmail.com>

PORTNAME=	Services_Blogging
PORTVERSION=	0.2.4
CATEGORIES=	www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PHP interface to Blog

BUILD_DEPENDS=	${PEARDIR}/XML/RPC.php:net/pear-XML_RPC@${PHP_FLAVOR}
RUN_DEPENDS=	${PEARDIR}/XML/RPC.php:net/pear-XML_RPC@${PHP_FLAVOR}

USES=		pear

.include <bsd.port.mk>