2006-07-13 01:51:08 +02:00
|
|
|
# New ports collection makefile for: p5-Module-Dependency
|
|
|
|
# Date created: Jul 12 2006
|
|
|
|
# Whom: Cheng-Lung Sung
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Module-Dependency
|
2006-07-13 03:13:18 +02:00
|
|
|
PORTVERSION= 1.86
|
2006-07-13 01:51:08 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-13 01:51:08 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= Collection of modules for examining dependencies
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2006-07-13 01:51:08 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|