diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-17 10:02:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-17 10:02:42 +0000 |
commit | c21b2dac29a4ddf9ec9244db244255ad5bee01c0 (patch) | |
tree | 37da7593144162965d987657293b11cdf7a5c070 | |
parent | Remove Perl core modules (diff) |
Remove Perl core modules
- While I'm here, add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
-rw-r--r-- | net/wping/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wping/Makefile b/net/wping/Makefile index e7a5ca205566..22ae6e0eea91 100644 --- a/net/wping/Makefile +++ b/net/wping/Makefile @@ -3,16 +3,16 @@ PORTNAME= wping PORTVERSION= 0.1a -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org COMMENT= Web-based graphical ping log -RUN_DEPENDS= p5-GD>=0:graphics/p5-GD \ - p5-Time-HiRes>=0:devel/p5-Time-HiRes +RUN_DEPENDS= p5-GD>=0:graphics/p5-GD +NO_ARCH= yes USES= perl5 tar:bzip2 shebangfix SHEBANG_FILES= wping.pl NO_BUILD= yes |