freebsd-ports/devel/p5-App-cpanminus/Makefile

22 lines
405 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= App-cpanminus
2013-08-10 13:53:31 +02:00
PORTVERSION= 1.6940
CATEGORIES= devel perl5
MASTER_SITES= CPAN
2011-03-27 11:15:51 +02:00
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
2012-07-25 08:32:06 +02:00
COMMENT= Perl extension to get, unpack, build, and install modules from CPAN
2013-08-10 13:53:31 +02:00
USES= perl5
USE_PERL5= configure
2010-05-01 17:16:27 +02:00
MAN1= cpanm.1
2013-08-10 13:53:31 +02:00
MAN3= App::cpanminus.3 \
App::cpanminus::fatscript.3
NO_STAGE= yes
.include <bsd.port.mk>