freebsd-ports/textproc/p5-Sphinx-Search/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

29 lines
663 B
Makefile

# Created by: Vivek Khera <vivek@khera.org>
# $FreeBSD$
PORTNAME= Sphinx-Search
PORTVERSION= 0.29
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JJSCHUTZ
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Sphinx search engine API Perl client
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
p5-DBI>=0:databases/p5-DBI \
p5-File-SearchPath>=0:devel/p5-File-SearchPath \
p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
p5-Path-Class>=0:devel/p5-Path-Class
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
PORTSCOUT= skipv:0.240.1
.include <bsd.port.mk>