21 lines
429 B
Makefile
21 lines
429 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= 0.9935
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to get, unpack, build and install modules from CPAN
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= App::cpanminus.3
|
|
|
|
.include <bsd.port.mk>
|