freebsd-ports/devel/p5-App-cpanminus/Makefile
Jun Kuriyama 8d8b46a478 - Upgrade to 1.5018.
Feature safe: yes
2012-10-19 15:45:57 +00:00

23 lines
478 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.5018
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>