a1622d73f6
- Add NO_ARCH - Fix indent - Update pkg-descr - Take maintainership
19 lines
349 B
Makefile
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>
|