Date: Sun, 27 Sep 2020 20:41:50 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550348 - head/security/p5-PGP Message-ID: <202009272041.08RKfobL084924@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009272041.08RKfobL084924>