Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:35 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f8fc67fe964c - main - devel/p5-PathTools: Add CPE information
Message-ID:  <202109102119.18ALJZBB004784@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f8fc67fe964c751f58ed28986f1fc36775a96193

commit f8fc67fe964c751f58ed28986f1fc36775a96193
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 19:16:17 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:27 +0000

    devel/p5-PathTools: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/p5-PathTools/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile
index 5ce2c633fbb6..0b853015caa1 100644
--- a/devel/p5-PathTools/Makefile
+++ b/devel/p5-PathTools/Makefile
@@ -14,8 +14,9 @@ COMMENT=	Perl module for portably manipulating file specifications
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-USES=		perl5
+USES=		cpe perl5
 USE_PERL5=	configure
+CPE_VENDOR=	perl
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Cwd/Cwd.so



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