blob: a6aac9b2e4c08b3037a86721181e4df15fbfa9cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: 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
USES= perl5 pkgconfig
USE_PERL5= configure
MAN3= Search::Saryer.3
NO_STAGE= yes
.include <bsd.port.mk>
|