freebsd-ports/devel/p5-Module-Dependency/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

23 lines
510 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= configure
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>