15 lines
354 B
Makefile
15 lines
354 B
Makefile
# 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>
|