svn commit: r550348 - head/security/p5-PGP

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 20:41:51 UTC 2020


Author: linimon
Date: Sun Sep 27 20:41:50 2020
New Revision: 550348
URL: https://svnweb.freebsd.org/changeset/ports/550348

Log:
  Allow building on powerpc64le.
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/p5-PGP/Makefile

Modified: head/security/p5-PGP/Makefile
==============================================================================
--- head/security/p5-PGP/Makefile	Sun Sep 27 20:38:43 2020	(r550347)
+++ head/security/p5-PGP/Makefile	Sun Sep 27 20:41:50 2020	(r550348)
@@ -11,11 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Perl5 module to work with PGP messages
 
+ONLY_FOR_ARCHS=		amd64 i386 powerpc64 powerpc64le sparc64
+
 RUN_DEPENDS=	pgpin:security/pgpin
 
 PORTSCOUT=	skipv:1.0
-
-ONLY_FOR_ARCHS=		amd64 i386 powerpc64 sparc64
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list