diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-01 06:14:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-01 06:14:00 +0800 |
commit | 3df6ede54797c6db211b2d804f7c3be78d34cfe5 (patch) | |
tree | 014ddcda409775f65a4e656417dfba9b56cd6003 /mail | |
parent | 9d4cafc12a7241ef2f5f38ba6a0d20b930f784c1 (diff) | |
download | freebsd-ports-gnome-3df6ede54797c6db211b2d804f7c3be78d34cfe5.tar.gz freebsd-ports-gnome-3df6ede54797c6db211b2d804f7c3be78d34cfe5.tar.zst freebsd-ports-gnome-3df6ede54797c6db211b2d804f7c3be78d34cfe5.zip |
Remove Perl core modules
- Bump PORTREVISION for dependency change
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gotmail/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile index 87f554d87687..08ebe6d0def2 100644 --- a/mail/gotmail/Makefile +++ b/mail/gotmail/Makefile @@ -3,7 +3,7 @@ PORTNAME= gotmail PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail perl5 MASTER_SITES= SF @@ -14,8 +14,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= curl:ftp/curl \ - p5-URI>=0:net/p5-URI \ - p5-Net>=0:net/p5-Net + p5-URI>=0:net/p5-URI USES= perl5 shebangfix SHEBANG_FILES= gotmail |