freebsd-ports/www/pear-Services_Blogging/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

16 lines
334 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
RUN_DEPENDS= ${PEARDIR}/XML/RPC.php:net/pear-XML_RPC
USES= pear
.include <bsd.port.mk>