diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-28 23:47:38 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-02-28 23:47:38 +0000 |
commit | 832e31387143540a01063287cb1c2de68c9abc57 (patch) | |
tree | 35568e5873b230ab43a57cde90fee283ff4c174d /devel/p5-String-Approx | |
parent | 435c5cad1a069876c6d8b5a68ab002f18529fb71 (diff) |
- fix dependency
- bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=208154
Diffstat (limited to 'devel/p5-String-Approx')
-rw-r--r-- | devel/p5-String-Approx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-String-Approx/Makefile b/devel/p5-String-Approx/Makefile index 60b4089b97cd..8f7b091bcd50 100644 --- a/devel/p5-String-Approx/Makefile +++ b/devel/p5-String-Approx/Makefile @@ -7,6 +7,7 @@ PORTNAME= String-Approx PORTVERSION= 3.26 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= String @@ -15,8 +16,6 @@ PKGNAMEPREFIX= p5- 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 |