blob: 59e4096451eac3455c313c05a05b93795b8c325a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: URI-ParseSearchString
# Date created: 19 Aug 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= URI-ParseSearchString
PORTVERSION= 3.2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Parse Apache refferer logs and extract search engine query strings
PERL_CONFIGURE= yes
MAN3= URI::ParseSearchString.3
.include <bsd.port.mk>
|