mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
Major changes: * Upgrade fatpacked CPAN::Meta::Check to 0.018 Full changelog: https://metacpan.org/dist/App-cpanminus/changes
21 lines
424 B
Makefile
21 lines
424 B
Makefile
PORTNAME= App-cpanminus
|
|
PORTVERSION= 1.7047
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Get, unpack, build and install modules from CPAN
|
|
WWW= https://metacpan.org/release/App-cpanminus
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|