1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/databases/p5-Search-Namazu/Makefile
2003-02-20 17:07:10 +00:00

27 lines
571 B
Makefile

# New ports collection makefile for: Search::Namazu
# Date created: 18 Jun 2002
# Whom: kuriyama
#
# $FreeBSD$
#
PORTNAME= Search-Namazu
PORTVERSION= 0.92
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= http://www.namazu.org/~knok/
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Namazu library module for perl
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
nmz.6:${PORTSDIR}/databases/namazu2
PERL_CONFIGURE= YES
CONFIGURE_ENV= PREFIX=${PREFIX}
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Search::Namazu.3
.include <bsd.port.mk>