mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
external search engines. WWW: http://search.cpan.org/dist/Search-QueryParser/ PR: 204065 Submitted by: jeremybbaggs@gmail.com
17 lines
312 B
Makefile
17 lines
312 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Search-QueryParser
|
|
PORTVERSION= 0.94
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jeremybbaggs@gmail.com
|
|
COMMENT= Parse a query into a structure suitable for external search engines
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|