1e3ab0b7c3
- Update MASTER_SITES PR: ports/106600 Submitted by: MURAOKA Daisuke <raia@muj.biglobe.ne.jp>
23 lines
481 B
Makefile
23 lines
481 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.30
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= http://namazu.org/~tsuchiya/perl/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@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>
|