aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Search-Namazu/Makefile
blob: c0f951427223867e392b604cf3c1d299126a8636 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	Search::Namazu
# Date created:		18 Jun 2002
# Whom:			kuriyama
#
# $FreeBSD$
#

PORTNAME=	Search-Namazu
PORTVERSION=	0.92
PORTREVISION=	4
CATEGORIES=	databases perl5
MASTER_SITES=	http://www.namazu.org/~knok/
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Namazu library module for perl

LIB_DEPENDS=	nmz.6:${PORTSDIR}/databases/namazu2

PERL_CONFIGURE=	YES
USE_GETTEXT=	yes
CONFIGURE_ENV=	PREFIX=${PREFIX}
MAN3=		Search::Namazu.3

.include <bsd.port.mk>