summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Dependency/Makefile
blob: 2ee7c8eac7c063215819d7a4be08428976a183de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	p5-Module-Dependency
# Date created:				Jul 12 2006
# Whom:					Cheng-Lung Sung
#
# $FreeBSD$
#

PORTNAME=	Module-Dependency
PORTVERSION=	1.86
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Collection of modules for examining dependencies

PERL_CONFIGURE=	yes

MAN1=		pmd_indexer.plx.1 pmd_grapher.plx.1 pmd_dump.pl.1
MAN3=		Module::Dependency.3 \
		Module::Dependency::Indexer.3 \
		Module::Dependency::Info.3 \
		Module::Dependency::Grapher.3 \
    		Module::pmd_dump.3

.include <bsd.port.mk>