diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-10 01:45:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-10 01:45:14 +0800 |
commit | 6904c0f2072f8636c61d31ef74cb61e83c425ac7 (patch) | |
tree | 938fddcfa1b0513132187c34c77498ffe4d0afd5 /sysutils | |
parent | 29926ff7f6bb79407e7593a2708d280a830f1c5a (diff) | |
download | freebsd-ports-gnome-6904c0f2072f8636c61d31ef74cb61e83c425ac7.tar.gz freebsd-ports-gnome-6904c0f2072f8636c61d31ef74cb61e83c425ac7.tar.zst freebsd-ports-gnome-6904c0f2072f8636c61d31ef74cb61e83c425ac7.zip |
- Update to 0.2.5
- Add LICENSE
Changes: http://search.cpan.org/dist/Monitor-Simple/ChangeLog
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-Monitor-Simple/Makefile | 9 | ||||
-rw-r--r-- | sysutils/p5-Monitor-Simple/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sysutils/p5-Monitor-Simple/Makefile b/sysutils/p5-Monitor-Simple/Makefile index 44cab802662f..2929a40881c1 100644 --- a/sysutils/p5-Monitor-Simple/Makefile +++ b/sysutils/p5-Monitor-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Monitor-Simple -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple monitoring of applications and services +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-IO-CaptureOutput>=0:${PORTSDIR}/devel/p5-IO-CaptureOutput \ p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \ @@ -25,7 +28,9 @@ RUN_DEPENDS= p5-IO-CaptureOutput>=0:${PORTSDIR}/devel/p5-IO-CaptureOutput \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp +TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires PERL_CONFIGURE= yes diff --git a/sysutils/p5-Monitor-Simple/distinfo b/sysutils/p5-Monitor-Simple/distinfo index dd142fbac3bb..9087e667a9cd 100644 --- a/sysutils/p5-Monitor-Simple/distinfo +++ b/sysutils/p5-Monitor-Simple/distinfo @@ -1,2 +1,2 @@ -SHA256 (Monitor-Simple-0.2.4.tar.gz) = ec3acb082d915a32cd539b622c500182923a21edb96366f78421cf5e8dbf6073 -SIZE (Monitor-Simple-0.2.4.tar.gz) = 59586 +SHA256 (Monitor-Simple-0.2.5.tar.gz) = 641bbd80432137f338d4e837c9ccbda5b7aa0423ada8c826e44bd0f9eaa90e73 +SIZE (Monitor-Simple-0.2.5.tar.gz) = 80065 |