diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-11 08:47:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-11 08:47:58 +0800 |
commit | 7ecc3266458fb7342b891416ee0f06ca3be9d68f (patch) | |
tree | 97dd5b5368d0e36d57c479a7fbe678192c29a599 /editors/p5-Vimana | |
parent | 2744e0f73d424aab3baa8c0b07453ff3cc9cac79 (diff) | |
download | freebsd-ports-gnome-7ecc3266458fb7342b891416ee0f06ca3be9d68f.tar.gz freebsd-ports-gnome-7ecc3266458fb7342b891416ee0f06ca3be9d68f.tar.zst freebsd-ports-gnome-7ecc3266458fb7342b891416ee0f06ca3be9d68f.zip |
Remove Perl core modules
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Diffstat (limited to 'editors/p5-Vimana')
-rw-r--r-- | editors/p5-Vimana/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/p5-Vimana/Makefile b/editors/p5-Vimana/Makefile index 61242b68f63b..ab6a3c002336 100644 --- a/editors/p5-Vimana/Makefile +++ b/editors/p5-Vimana/Makefile @@ -3,7 +3,7 @@ PORTNAME= Vimana PORTVERSION= 2010.09303 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CORNELIUS @@ -17,19 +17,16 @@ RUN_DEPENDS= vim:editors/vim \ p5-App-CLI>=0.08:devel/p5-App-CLI \ p5-Archive-Extract>=0.34:archivers/p5-Archive-Extract \ p5-DateTime>=0:devel/p5-DateTime \ - p5-Digest-MD5>=2.39:security/p5-Digest-MD5 \ p5-Exporter-Lite>=0.2:devel/p5-Exporter-Lite \ p5-File-Type>=0.22:devel/p5-File-Type \ - p5-File-Path>=2.07:devel/p5-File-Path \ - p5-File-Temp>=0.2200:devel/p5-File-Temp \ p5-HTTP-Lite>=0:www/p5-HTTP-Lite \ - p5-JSON-PP>=0:converters/p5-JSON-PP \ p5-Mouse>=0:devel/p5-Mouse \ p5-PathTools>=0:devel/p5-PathTools \ p5-URI>=1.37:net/p5-URI \ p5-YAML>=0:textproc/p5-YAML \ p5-libwww>=5.835:www/p5-libwww +NO_ARCH= yes USES= perl5 USE_PERL5= configure |