View | Details | Raw Unified | Return to bug 280625
Collapse All | Expand All

(-)b/devel/p5-ExtUtils-HasCompiler/Makefile (+19 lines)
Added Link Here
1
PORTNAME=	ExtUtils-HasCompiler
2
PORTVERSION=	0.025
3
CATEGORIES=	devel perl5
4
MASTER_SITES=	CPAN
5
PKGNAMEPREFIX=	p5-
6
7
MAINTAINER=	svysh.fbsd@gmail.com
8
COMMENT=	Check for the presence of a compiler
9
WWW=		https://metacpan.org/dist/ExtUtils-HasCompiler
10
11
LICENSE=	ART10 GPLv1+
12
LICENSE_COMB=	dual
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
USES=		perl5
16
USE_PERL5=	configure
17
NO_ARCH=	yes
18
19
.include <bsd.port.mk>
(-)b/devel/p5-ExtUtils-HasCompiler/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1722691758
2
SHA256 (ExtUtils-HasCompiler-0.025.tar.gz) = 02e1e7275df00682d3ca8ea1c27a30591d6dd08b3e3865c0958afae911635a66
3
SIZE (ExtUtils-HasCompiler-0.025.tar.gz) = 16203
(-)b/devel/p5-ExtUtils-HasCompiler/pkg-descr (+3 lines)
Added Link Here
1
Check for the presence of a compiler.
2
This module tries to check if the current system is capable of
3
compiling, linking and loading an XS module.
(-)b/devel/p5-ExtUtils-HasCompiler/pkg-plist (-1 / +2 lines)
Added Link Here
0
- 
1
%%SITE_PERL%%/ExtUtils/HasCompiler.pm
2
%%PERL5_MAN3%%/ExtUtils::HasCompiler.3.gz

Return to bug 280625