freebsd-ports/textproc/p5-Search-QueryParser/Makefile
Sunpoet Po-Chuan Hsieh a1622d73f6 Fix LICENSE
- Add NO_ARCH
- Fix indent
- Update pkg-descr
- Take maintainership
2018-05-16 00:01:11 +00: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>