diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-04-10 07:11:08 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-04-10 07:11:08 +0000 |
commit | cb9ca098378ec773257d7509e19e6bde06ccfece (patch) | |
tree | 6601207b35406ee81d14139992c5359da6749436 /devel/p5-String-Approx/Makefile | |
parent | 63532d6501e5752828c8eea04960f152d102a5d5 (diff) | |
download | ports-cb9ca098378ec773257d7509e19e6bde06ccfece.tar.gz ports-cb9ca098378ec773257d7509e19e6bde06ccfece.zip |
- update to 3.26
- assign to perl@
Notes
Notes:
svn path=/head/; revision=159248
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 |