aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Module-CPANfile/Makefile
blob: 076a14b06faec3080eb9da330cc07ba1df6123db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=   Module-CPANfile
PORTVERSION=    1.0002
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= Module
PKGNAMEPREFIX=  p5-

MAINTAINER= lth@FreeBSD.org
COMMENT=    Parse cpanfile

USES=       perl5
USE_PERL5=  configure

MAN1=   cpanfile-dump.1 \
    mymeta-cpanfile.1
MAN3=   Module::CPANfile.3 \
    cpanfile-faq.3 \
    cpanfile.3

NO_STAGE=   yes
.include <bsd.port.mk>