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
|
2006-12-12 21:44:23 +01:00
|
|
|
PORTVERSION= 0.30
|
2002-10-08 16:10:21 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2006-12-12 21:44:23 +01:00
|
|
|
MASTER_SITES= http://namazu.org/~tsuchiya/perl/
|
2002-10-08 16:10:21 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-11-11 02:18:01 +01:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
2005-12-10 19:55:51 +01:00
|
|
|
LIB_DEPENDS= sary.10:${PORTSDIR}/textproc/sary
|
2002-10-08 16:10:21 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Search::Saryer.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|