mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
Check for the presence of a compiler. This module tries to check if the current system is capable of compiling, linking and loading an XS module. https://metacpan.org/dist/ExtUtils-HasCompiler PR: 280625
19 lines
391 B
Makefile
19 lines
391 B
Makefile
PORTNAME= ExtUtils-HasCompiler
|
|
DISTVERSION= 0.025
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= Check for the presence of a compiler
|
|
WWW= https://metacpan.org/dist/ExtUtils-HasCompiler
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|