From f47f83f9c8923b3b0f740482331aab0d0aa669e9 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 2 Aug 2013 18:52:07 +0000 Subject: - Convert to new perl framework - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. --- mail/p5-Net-IMAP-Client/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'mail/p5-Net-IMAP-Client') diff --git a/mail/p5-Net-IMAP-Client/Makefile b/mail/p5-Net-IMAP-Client/Makefile index 9f14d707ea35..253d824c0067 100644 --- a/mail/p5-Net-IMAP-Client/Makefile +++ b/mail/p5-Net-IMAP-Client/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Net-IMAP-Client -# Date created: 02 Feb 2010 -# Whom: Sergey Skvortsov -# +# Created by: Sergey Skvortsov # $FreeBSD$ -# PORTNAME= Net-IMAP-Client PORTVERSION= 0.9501 @@ -17,7 +13,8 @@ COMMENT= Not so simple IMAP client library RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Net::IMAP::Client.3 Net::IMAP::Client::MsgAddress.3 \ Net::IMAP::Client::MsgSummary.3 -- cgit