diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-22 22:08:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-22 22:08:57 +0800 |
commit | 821bf9a0a517bf81f1771079956f57be65f83a5f (patch) | |
tree | 14fd2e19f97f97022bfe49aba8d7b3e2e6c63653 /misc | |
parent | 926a72930e996979944c557fcece7a2eada5c49c (diff) | |
download | freebsd-ports-gnome-821bf9a0a517bf81f1771079956f57be65f83a5f.tar.gz freebsd-ports-gnome-821bf9a0a517bf81f1771079956f57be65f83a5f.tar.zst freebsd-ports-gnome-821bf9a0a517bf81f1771079956f57be65f83a5f.zip |
- Update to 0.103009
- Remove outdated PERL_LEVEL check
Changes: http://search.cpan.org/dist/Software-License/Changes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Software-License/Makefile | 10 | ||||
-rw-r--r-- | misc/p5-Software-License/distinfo | 4 |
2 files changed, 4 insertions, 10 deletions
diff --git a/misc/p5-Software-License/Makefile b/misc/p5-Software-License/Makefile index 08af303e70f8..d93156d7c04b 100644 --- a/misc/p5-Software-License/Makefile +++ b/misc/p5-Software-License/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Software-License -PORTVERSION= 0.103008 +PORTVERSION= 0.103009 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -24,10 +24,4 @@ TEST_DEPENDS= p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501400 -TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/p5-Software-License/distinfo b/misc/p5-Software-License/distinfo index 50eb19945e22..0241c2d0e957 100644 --- a/misc/p5-Software-License/distinfo +++ b/misc/p5-Software-License/distinfo @@ -1,2 +1,2 @@ -SHA256 (Software-License-0.103008.tar.gz) = b4634add008ec5f0015e11029e70ed4aee01179fec5f3b42dbe290c0eec2f45c -SIZE (Software-License-0.103008.tar.gz) = 107056 +SHA256 (Software-License-0.103009.tar.gz) = 0987b07034c01123941787b37daeea99eeb46c02877f83d656e31043637593a0 +SIZE (Software-License-0.103009.tar.gz) = 108670 |