freebsd-ports/devel/p5-Module-ExtractUse/Makefile
Cheng-Lung Sung 8372ec79ed Module::ExtractUse is basically a Parse::RecDescent grammar to
parse Perl code. It tries very hard to find all modules
(whether pragmas, Core, or from CPAN) used by the parsed code.

WWW: http://search.cpan.org/dist/Module-ExtractUse/
2007-02-13 15:47:46 +00:00

25 lines
551 B
Makefile

# New ports collection makefile for: p5-Module-ExtractUse
# Date created: 13 February 2007
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Module-ExtractUse
PORTVERSION= 0.18
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Module
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Find out what CPAN modules are used
RUN_DEPENDS= ${SITE_PERL}/Pod/Strip.pm:${PORTSDIR}/textproc/p5-Pod-Strip
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= Module::ExtractUse.3
.include <bsd.port.mk>