Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2016 06:58:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413853 - head/devel/p5-Mac-PropertyList
Message-ID:  <201604230658.u3N6wWjP059810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr 23 06:58:32 2016
New Revision: 413853
URL: https://svnweb.freebsd.org/changeset/ports/413853

Log:
  - Remove outdated PERL_LEVEL check
  - Add NO_ARCH
  
  With hat:	perl
  Approved by:	portmgr (blanket)

Modified:
  head/devel/p5-Mac-PropertyList/Makefile

Modified: head/devel/p5-Mac-PropertyList/Makefile
==============================================================================
--- head/devel/p5-Mac-PropertyList/Makefile	Sat Apr 23 06:58:28 2016	(r413852)
+++ head/devel/p5-Mac-PropertyList/Makefile	Sat Apr 23 06:58:32 2016	(r413853)
@@ -16,13 +16,8 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	p5-XML-Entities>=0:textproc/p5-XML-Entities
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.64:devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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