diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 02:32:30 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 02:32:30 +0000 |
commit | 3f795ed79544f451dcbc7721ec25f7470245ab4b (patch) | |
tree | 8474ecf15973c32c010cc76f3cfb138e84dd508b /editors/p5-Vimana | |
parent | 5b91abfaae1c8bf3daa8a78955ac833c26b07aea (diff) |
Notes
Diffstat (limited to 'editors/p5-Vimana')
-rw-r--r-- | editors/p5-Vimana/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/p5-Vimana/Makefile b/editors/p5-Vimana/Makefile index 320f77a49642..8f1a0df5ebec 100644 --- a/editors/p5-Vimana/Makefile +++ b/editors/p5-Vimana/Makefile @@ -7,6 +7,7 @@ PORTNAME= Vimana PORTVERSION= 2010.02301 +PORTREVISION= 1 CATEGORIES= editors perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/C/CO/CORNELIUS @@ -22,7 +23,6 @@ BUILD_DEPENDS= vim>=0:${PORTSDIR}/editors/vim \ p5-Cache>=2.04:${PORTSDIR}/devel/p5-Cache \ p5-File-Copy-Recursive>=0.38:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-File-Find-Rule>=0.30:${PORTSDIR}/devel/p5-File-Find-Rule \ - p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \ p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \ p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \ p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ |