mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
3bc1e08bfc
Requested by: Jeremy Baggs <jeremybbaggs@gmail.com> (maintainer, via private email)
18 lines
307 B
Makefile
18 lines
307 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Search-QueryParser
|
|
PORTVERSION= 0.94
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Parse a query into a structure suitable for external search engines
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|