ports/textproc/p5-Search-QueryParser/Makefile
2016-02-23 11:09:30 +00:00

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>