freebsd-ports/databases/p5-Search-Namazu/Makefile

31 lines
583 B
Makefile
Raw Normal View History

2002-06-19 11:05:33 +02:00
# New ports collection makefile for: Search::Namazu
# Date created: 18 Jun 2002
# Whom: kuriyama
#
# $FreeBSD$
#
PORTNAME= Search-Namazu
PORTVERSION= 0.95
2002-06-19 11:05:33 +02:00
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Search
2002-06-19 11:05:33 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Namazu library module for perl
2002-06-19 11:05:33 +02:00
LIB_DEPENDS= nmz.7:${PORTSDIR}/databases/namazu2
2002-06-19 11:05:33 +02:00
PERL_CONFIGURE= YES
2002-06-19 11:05:33 +02:00
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>