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
496 B
Makefile
25 lines
496 B
Makefile
# New ports collection makefile for: Search::Saryer
|
|
# Date created: 8 October 2002
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Search-Saryer
|
|
PORTVERSION= 0.40
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= http://namazu.org/~tsuchiya/perl/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl interface to the Sary library
|
|
|
|
LIB_DEPENDS= sary.10:${PORTSDIR}/textproc/sary
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Search::Saryer.3
|
|
|
|
.include <bsd.port.mk>
|