aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_Blogging/Makefile
blob: 3440c931b5be17a133f65a653eebb3d7910396e8 (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=	miwi@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>