svn commit: r325883 - head/mail/imaputils

Andrej Zverev az at FreeBSD.org
Sun Sep 1 17:15:22 UTC 2013


Author: az
Date: Sun Sep  1 17:15:21 2013
New Revision: 325883
URL: http://svnweb.freebsd.org/changeset/ports/325883

Log:
  - Resolve of using PERL_CONFIGURE and USE_PERL5_RUN together
  - Convert to new perl5 framework
  - Remove an indefinite article from COMMENT line
  - Use shebangfix for runable files
  
  With hat:	perl@

Modified:
  head/mail/imaputils/Makefile   (contents, props changed)

Modified: head/mail/imaputils/Makefile
==============================================================================
--- head/mail/imaputils/Makefile	Sun Sep  1 17:12:03 2013	(r325882)
+++ head/mail/imaputils/Makefile	Sun Sep  1 17:15:21 2013	(r325883)
@@ -7,14 +7,15 @@ CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
 MAINTAINER=	m.tsatsenko at gmail.com
-COMMENT=	A number of tools and scripts for use with IMAP servers
+COMMENT=	Number of tools and scripts for use with IMAP servers
 
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USE_PERL5_RUN=	yes
+USES=		perl5 shebangfix
+USE_PERL5=	configure
 NO_BUILD=	yes
-PERL_CONFIGURE=	yes
+SHEBANG_FILES=	bin/*
 
 OPTIONS_DEFINE=	SSL UNICODE
 


More information about the svn-ports-all mailing list