freebsd-ports/devel/p5-App-cpanminus/Makefile
2011-12-31 11:36:08 +00:00

23 lines
477 B
Makefile

# New ports collection makefile for: App::cpanminus
# Date created: 06 Apr 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= App-cpanminus
PORTVERSION= 1.5007
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
PERL_CONFIGURE= yes
MAN1= cpanm.1
MAN3= App::cpanminus.3
.include <bsd.port.mk>