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

23 lines
443 B
Makefile
Raw Normal View History

# New ports collection makefile for: App::cpanminus
# Date created: 06 Apr 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= App-cpanminus
2010-05-16 13:21:56 +02:00
PORTVERSION= 1.0004
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
2010-05-01 17:16:27 +02:00
MAN1= cpanm.1
MAN3= App::cpanminus.3
.include <bsd.port.mk>