blob: 2e36e622e629a828783a70858bff2907a314e1b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $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>
|