cb41fc6623
Sponsored by: Absolight
20 lines
377 B
Makefile
20 lines
377 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= App-cpanminus
|
|
PORTVERSION= 1.7042
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to get, unpack, build, and install modules from CPAN
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|