4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
445 B
Makefile
22 lines
445 B
Makefile
# New ports collection makefile for: p5-String-Approx
|
|
# Date created: April 15th 2000
|
|
# Whom: Ilia Chipitsine <ilia@cgu.chel.su>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= String-Approx
|
|
PORTVERSION= 3.26
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for approximate matching (fuzzy matching)
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= String::Approx.3
|
|
|
|
.include <bsd.port.mk>
|