diff options
author | Frederic Culot <culot@FreeBSD.org> | 2018-05-16 18:58:22 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2018-05-16 18:58:22 +0000 |
commit | 58a1e55764a9b7e6d16d550be01ba96298c87336 (patch) | |
tree | 989bdac8585432ac84319b2b65f6536c7ed514ea /mail/p5-Net-IMAP-Server/Makefile | |
parent | 31c7be29b59b66c4b4bcbece9c8fd124d62c1a8b (diff) | |
download | freebsd-ports-58a1e55764a9b7e6d16d550be01ba96298c87336.zip |
- Update to 1.39
Changes: http://search.cpan.org/dist/Net-IMAP-Server/Changes
Diffstat (limited to 'mail/p5-Net-IMAP-Server/Makefile')
-rw-r--r-- | mail/p5-Net-IMAP-Server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Net-IMAP-Server/Makefile b/mail/p5-Net-IMAP-Server/Makefile index 126bcdaaf2af..4bd243c5a3b9 100644 --- a/mail/p5-Net-IMAP-Server/Makefile +++ b/mail/p5-Net-IMAP-Server/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-IMAP-Server -PORTVERSION= 1.38 -PORTREVISION= 1 +PORTVERSION= 1.39 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -31,6 +30,7 @@ BUILD_DEPENDS= p5-AnyEvent>0:devel/p5-AnyEvent \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL +NO_ARCH= yes USES= perl5 USE_PERL5= configure |