diff options
author | leeym <leeym@FreeBSD.org> | 2006-04-10 15:11:08 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-04-10 15:11:08 +0800 |
commit | 4b75a1bb3c399d1225a57bea3b92592cb82df2f0 (patch) | |
tree | 60504e0f10154a4daec005b25ceac1f15b8a6e21 /devel/p5-String-Approx/Makefile | |
parent | 6a466d8404df27b46af08897a2701149cc885931 (diff) | |
download | freebsd-ports-gnome-4b75a1bb3c399d1225a57bea3b92592cb82df2f0.tar.gz freebsd-ports-gnome-4b75a1bb3c399d1225a57bea3b92592cb82df2f0.tar.zst freebsd-ports-gnome-4b75a1bb3c399d1225a57bea3b92592cb82df2f0.zip |
- update to 3.26
- assign to perl@
Diffstat (limited to 'devel/p5-String-Approx/Makefile')
-rw-r--r-- | devel/p5-String-Approx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-String-Approx/Makefile b/devel/p5-String-Approx/Makefile index 97eb881c0a48..60b4089b97cd 100644 --- a/devel/p5-String-Approx/Makefile +++ b/devel/p5-String-Approx/Makefile @@ -6,15 +6,17 @@ # PORTNAME= String-Approx -PORTVERSION= 3.25 +PORTVERSION= 3.26 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= String PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for approximate matching (fuzzy matching) +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + PERL_CONFIGURE= YES MAN3= String::Approx.3 |