blob: e2fb5c253dfb164015dd7383ee05b805deeeb368 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Max Baryshnikov <mephius@gmail.com>
# $FreeBSD$
PORTNAME= sphinx
DISTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= mephius@gmail.com
COMMENT= Sphinx search engine php client
LICENSE= PHP301
IGNORE_WITH_PHP= 70 71 72 73
LIB_DEPENDS= libsphinxclient.so:textproc/libsphinxclient
USES= php:pecl
SUB_FILES= pkg-message
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>
|