mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
27 lines
639 B
Makefile
27 lines
639 B
Makefile
PORTNAME= Module-Install
|
|
PORTVERSION= 1.21
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Standalone, extensible Perl module installer
|
|
WWW= https://metacpan.org/release/Module-Install
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-File-Remove>=1.42:devel/p5-File-Remove \
|
|
p5-JSON>=2.14:converters/p5-JSON \
|
|
p5-Module-ScanDeps>=1.09:devel/p5-Module-ScanDeps \
|
|
p5-PAR-Dist>=0.29:devel/p5-PAR-Dist \
|
|
p5-YAML-Tiny>=1.38:textproc/p5-YAML-Tiny
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CONFIGURE_ARGS= --skip
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|