opnsense-ports/textproc/p5-Search-QueryParser/Makefile
Franco Fichtner 7290448a79 */*: sync with upstream
Taken from: HardenedBSD
2018-05-15 16:55:35 +02:00

19 lines
349 B
Makefile

# $FreeBSD$
PORTNAME= Search-QueryParser
PORTVERSION= 0.94
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse a query into a structure suitable for external search engines
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>