freebsd-ports/textproc/p5-Search-Saryer/Makefile

24 lines
480 B
Makefile
Raw Normal View History

# 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.40
CATEGORIES= textproc perl5
MASTER_SITES= http://namazu.org/~tsuchiya/perl/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the Sary library
2005-12-10 19:55:51 +01:00
LIB_DEPENDS= sary.10:${PORTSDIR}/textproc/sary
PERL_CONFIGURE= yes
MAN3= Search::Saryer.3
.include <bsd.port.mk>