freebsd-ports/databases/p5-Search-Namazu/Makefile
Jun Kuriyama 8d3f99885e - Grab maintainership.
- Un-DEPRECATED by putting original distfile on my server.
2005-07-23 06:52:07 +00:00

25 lines
502 B
Makefile

# New ports collection makefile for: Search::Namazu
# Date created: 18 Jun 2002
# Whom: kuriyama
#
# $FreeBSD$
#
PORTNAME= Search-Namazu
PORTVERSION= 0.92
PORTREVISION= 5
CATEGORIES= databases perl5
MASTER_SITES= http://dist.bsdlab.org/
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Namazu library module for perl
LIB_DEPENDS= nmz.7:${PORTSDIR}/databases/namazu2
PERL_CONFIGURE= YES
USE_GETTEXT= yes
CONFIGURE_ENV= PREFIX=${PREFIX}
MAN3= Search::Namazu.3
.include <bsd.port.mk>