mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
16 lines
379 B
Makefile
16 lines
379 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
PORTNAME= Services_OpenSearch
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Search A9 OpenSearch compatible engines
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} \
|
|
${PEARDIR}/XML/RSS.php:devel/pear-XML_RSS@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|