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

17 lines
322 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= App-cpanminus
2013-11-01 15:21:33 +01:00
PORTVERSION= 1.7001
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
.include <bsd.port.mk>