blob: f3f562a5010ef0b37e67d4822acd5a02dfda1aae (
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
26
27
28
29
30
|
# New ports collection makefile for: Search::Namazu
# Date created: 18 Jun 2002
# Whom: kuriyama
#
# $FreeBSD$
#
PORTNAME= Search-Namazu
PORTVERSION= 0.96
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Search
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Namazu library module for perl
LIB_DEPENDS= nmz.7:${PORTSDIR}/databases/namazu2
PERL_CONFIGURE= YES
MAN3= Search::Namazu.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Namazu.xs
.endif
.include <bsd.port.post.mk>
|