freebsd-ports/www/pear-Services_Blogging/Makefile
2021-05-23 00:20:48 +08:00

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>