diff options
author | clsung <clsung@FreeBSD.org> | 2010-07-28 11:46:55 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2010-07-28 11:46:55 +0800 |
commit | 73ba0d813692afa4b9a51d4cb430ef19814a033d (patch) | |
tree | b1983db0d7822782dc4479df1844b71fc9de66f4 /devel | |
parent | 6786c23d45e3c2263e8908cfb43ea915ae7c3553 (diff) | |
download | freebsd-ports-gnome-73ba0d813692afa4b9a51d4cb430ef19814a033d.tar.gz freebsd-ports-gnome-73ba0d813692afa4b9a51d4cb430ef19814a033d.tar.zst freebsd-ports-gnome-73ba0d813692afa4b9a51d4cb430ef19814a033d.zip |
- Use YAML::Tiny for YAML support
- bump PORTREVISION
Changes:
PR: ports/148897
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net>
Diffstat (limited to 'devel')
-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 \ |