1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/databases/p5-Search-Namazu/Makefile
Ade Lovett c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00

25 lines
515 B
Makefile

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