Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 17:17:11 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325884 - head/mail/slapd-cyrus
Message-ID:  <201309011717.r81HHB3o050982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sun Sep  1 17:17:11 2013
New Revision: 325884
URL: http://svnweb.freebsd.org/changeset/ports/325884

Log:
  - Resolve of using PERL_MODBUILD and USE_PERL5 together
  - Convert to new perl5 framework
  - Trim Makefile header
  
  With hat:	perl@

Modified:
  head/mail/slapd-cyrus/Makefile   (contents, props changed)

Modified: head/mail/slapd-cyrus/Makefile
==============================================================================
--- head/mail/slapd-cyrus/Makefile	Sun Sep  1 17:15:21 2013	(r325883)
+++ head/mail/slapd-cyrus/Makefile	Sun Sep  1 17:17:11 2013	(r325884)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	slapd-cyrus
-# Date created:				Wed 16 Sep 2009
-# Whom:					Alexey V. Degtyarev
-#
+# Created by: Alexey V. Degtyarev
 # $FreeBSD$
-#
 
 PORTNAME=	slapd-cyrus
 PORTVERSION=	1.00
@@ -24,9 +20,8 @@ BUILD_DEPENDS=	cyrus-imapd>=0:${PORTSDIR
 		p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PERL5=	yes
-
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 PLIST_SUB=	SITE_PERL_REL=${SITE_PERL_REL} \
 		DOCS_DIR_REL=${DOCSDIR_REL}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011717.r81HHB3o050982>