0480b3403b
- update to 1.85 [1] PR: ports/100185 [1] Submitted by: tjs <tjs_AT_cdpa dot nsysu dot edu dot tw> [1]
33 lines
740 B
Makefile
33 lines
740 B
Makefile
# 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Module
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@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.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
IGNORE= requires perl 5.8 or above
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|