summaryrefslogtreecommitdiff
path: root/textproc/p5-Search-Saryer/Makefile
blob: c529af4c4a489072f2e75a6355d01d987abfe249 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	ftp://ftp.namazu.org/sary/perl/
PKGNAMEPREFIX=	p5-

MAINTAINER=	knu@FreeBSD.org
COMMENT=	Perl interface to the Sary library

LIB_DEPENDS=	sary.9:${PORTSDIR}/textproc/sary

PERL_CONFIGURE=	yes

MAN3=		Search::Saryer.3


.include <bsd.port.mk>