2002-10-08 16:10:21 +02:00
|
|
|
# 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.10
|
2003-09-29 09:44:28 +02:00
|
|
|
PORTREVISION= 1
|
2002-10-08 16:10:21 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ftp://ftp.namazu.org/sary/perl/
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
2003-02-18 06:52:56 +01:00
|
|
|
COMMENT= Perl interface to the Sary library
|
2002-10-08 16:10:21 +02:00
|
|
|
|
2003-09-29 09:44:28 +02:00
|
|
|
LIB_DEPENDS= sary.9:${PORTSDIR}/textproc/sary
|
2002-10-08 16:10:21 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Search::Saryer.3
|
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|