91a1caa242
Hope to see you back! Thank for all the work!
16 lines
359 B
Makefile
16 lines
359 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Services_Blogging
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PHP interface to Blog
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC
|
|
RUN_DEPENDS= ${PEARDIR}/XML/RPC.php:${PORTSDIR}/net/pear-XML_RPC
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|