1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Add missing dependency which was introduced in version 0.75. For some

unknown reasons, Makefile.PL does not correctly check the dependency.
  This fixes p5-PAR-Packer build.

Reported by: pointyhat via pav
This commit is contained in:
Rong-En Fan 2007-06-29 14:46:38 +00:00
parent b683187d7f
commit ec61b01889
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194465

View File

@ -7,6 +7,7 @@
PORTNAME= Module-ScanDeps
PORTVERSION= 0.75
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Recursively scan Perl code for dependencies
BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
RUN_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
PERL_CONFIGURE= yes
MAN1= scandeps.pl.1