Files
ports/devel/p5-ExtUtils-HasCompiler/Makefile
T
Sergei Vyshenski df1c8885cd devel/p5-ExtUtils-HasCompiler: Fix download location
- Respect change of distribution location @CPAN,
  so that portscout can spot future versions.

PR:	293514
2026-03-01 02:43:39 +03:00

21 lines
422 B
Makefile

PORTNAME= ExtUtils-HasCompiler
DISTVERSION= 0.025
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LEONT
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>