diff options
author | leeym <leeym@FreeBSD.org> | 2008-02-29 07:47:38 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-02-29 07:47:38 +0800 |
commit | a1a9a1ae9d0317f8057b6ca0991d612c6ac4731d (patch) | |
tree | 14801247ace341057669179646a75b8a5b875378 /devel | |
parent | a59e2099b023d83f9c12f32e7b4e9ab289364c41 (diff) | |
download | freebsd-ports-gnome-a1a9a1ae9d0317f8057b6ca0991d612c6ac4731d.tar.gz freebsd-ports-gnome-a1a9a1ae9d0317f8057b6ca0991d612c6ac4731d.tar.zst freebsd-ports-gnome-a1a9a1ae9d0317f8057b6ca0991d612c6ac4731d.zip |
- fix dependency
- bump PORTREVISION
Diffstat (limited to 'devel')
-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 |