freebsd-ports/www/pear-Services_Blogging/Makefile
Jochen Neumeister eb9ac8e5ea hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 18:09:09 +00:00

16 lines
363 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
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>