diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-08-29 01:53:28 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-08-29 01:53:28 +0000 |
commit | af5929281078f50f4918fd9c61c55f5452b722eb (patch) | |
tree | c85ea2e7d990f64513aa440214fa27fb46428817 /devel/p5-Module-Manifest/Makefile | |
parent | a95f832d8ed3af3075266326bcbd2a1c0e6ff82e (diff) | |
download | ports-af5929281078f50f4918fd9c61c55f5452b722eb.tar.gz ports-af5929281078f50f4918fd9c61c55f5452b722eb.zip |
- Update to 1.08
- Changes: http://search.cpan.org/dist/Module-Manifest/Changes
PR: ports/149651
Submitted by: Frederic Culot <frederic@culot.org>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=260151
Diffstat (limited to 'devel/p5-Module-Manifest/Makefile')
-rw-r--r-- | devel/p5-Module-Manifest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Module-Manifest/Makefile b/devel/p5-Module-Manifest/Makefile index 61164f4a09c3..893b2952a41b 100644 --- a/devel/p5-Module-Manifest/Makefile +++ b/devel/p5-Module-Manifest/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Module-Manifest -PORTVERSION= 0.07 +PORTVERSION= 1.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,7 @@ COMMENT= Parse and examine a Perl distribution MANIFEST file BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \ ${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |