diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-05-23 11:53:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-05-23 11:53:19 +0800 |
commit | df39985f95cbd280206d0a636dd462e1dbf63187 (patch) | |
tree | b536022f9a6353dd6e9c63926f5ec5081cbc9141 /security/p5-Crypt-Random-Source | |
parent | a38a34445e4bd2645949dfda96f27b9064345aee (diff) | |
download | freebsd-ports-gnome-df39985f95cbd280206d0a636dd462e1dbf63187.tar.gz freebsd-ports-gnome-df39985f95cbd280206d0a636dd462e1dbf63187.tar.zst freebsd-ports-gnome-df39985f95cbd280206d0a636dd462e1dbf63187.zip |
- Update to 1.302015
- Use real PORTVERSION
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Update CONFLICTS_INSTALL
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Test-Simple/Changes
Diffstat (limited to 'security/p5-Crypt-Random-Source')
-rw-r--r-- | security/p5-Crypt-Random-Source/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-Random-Source/Makefile b/security/p5-Crypt-Random-Source/Makefile index 5290f0e36f14..5f12445a01ea 100644 --- a/security/p5-Crypt-Random-Source/Makefile +++ b/security/p5-Crypt-Random-Source/Makefile @@ -28,7 +28,7 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple +TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple .endif .include <bsd.port.post.mk> |