eb9ac8e5ea
Sponsored by: Netzkommune GmbH
16 lines
391 B
Makefile
16 lines
391 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|