mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
25 lines
435 B
Makefile
25 lines
435 B
Makefile
# New ports collection makefile for: Search::Namazu
|
|
# Date created: 18 Jun 2002
|
|
# Whom: kuriyama
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Search-Namazu
|
|
PORTVERSION= 0.96
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Namazu library module for perl
|
|
|
|
LIB_DEPENDS= nmz.8:${PORTSDIR}/databases/namazu2
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Search::Namazu.3
|
|
|
|
.include <bsd.port.mk>
|