diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-mgmt/p5-Nagios-Object | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net-mgmt/p5-Nagios-Object')
-rw-r--r-- | net-mgmt/p5-Nagios-Object/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/p5-Nagios-Object/Makefile b/net-mgmt/p5-Nagios-Object/Makefile index 27b1e62c10d1..e7836779e8fd 100644 --- a/net-mgmt/p5-Nagios-Object/Makefile +++ b/net-mgmt/p5-Nagios-Object/Makefile @@ -11,12 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl objects to represent Nagios configuration -BUILD_DEPENDS= p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Module-Build>=0.3607:${PORTSDIR}/devel/p5-Module-Build \ - p5-Data-Dumper>=2.126:${PORTSDIR}/devel/p5-Data-Dumper \ - p5-List-Compare>=0.37:${PORTSDIR}/misc/p5-List-Compare \ - p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Test-NoWarnings>=1.01:${PORTSDIR}/devel/p5-Test-NoWarnings +BUILD_DEPENDS= p5-Test-Exception>=0.31:devel/p5-Test-Exception \ + p5-Module-Build>=0.3607:devel/p5-Module-Build \ + p5-Data-Dumper>=2.126:devel/p5-Data-Dumper \ + p5-List-Compare>=0.37:misc/p5-List-Compare \ + p5-Test-Simple>=0.94:devel/p5-Test-Simple \ + p5-Test-NoWarnings>=1.01:devel/p5-Test-NoWarnings RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |