ports/devel/p5-ExtUtils-HasCompiler/Makefile
Sergei Vyshenski 937e0616ab devel/p5-ExtUtils-HasCompiler: New port: Check for the presence of a compiler
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
2024-08-07 01:15:31 +03:00

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>