diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2010-07-28 03:46:55 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2010-07-28 03:46:55 +0000 |
commit | cd91ee980e19eae306f59f04da046b48846ac41d (patch) | |
tree | a031bab44d898aaba7425a29d683dd3a9af0ee4a /devel/p5-Module-Build | |
parent | 3f0cb8e3ab58213a2196f0b6b0a03f8035737f60 (diff) |
Notes
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r-- | devel/p5-Module-Build/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index 596f304000ce..b91cda4b2857 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -7,6 +7,7 @@ PORTNAME= Module-Build PORTVERSION= 0.3607 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Build and install Perl modules -RUN_DEPENDS= p5-YAML>=0.35:${PORTSDIR}/textproc/p5-YAML \ +RUN_DEPENDS= p5-YAML-Tiny>=1.40:${PORTSDIR}/textproc/p5-YAML-Tiny \ p5-ExtUtils-CBuilder>=0.15:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \ p5-ExtUtils-ParseXS>=1.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \ p5-ExtUtils-Install>=1.54:${PORTSDIR}/devel/p5-ExtUtils-Install \ |