1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/databases/p5-Search-Namazu/Makefile
Aaron Dalton 7793233f5c - Update to 0.96
PR:		ports/99060
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-01 16:13:07 +00:00

31 lines
583 B
Makefile

# 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>