mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Pet portlint by moving LICENSE up - Bump PORTREVISION due to RUN_DEPENDS changing causing package to change PR: ports/165741 Approved by: Dereckson <dereckson@gmail.com> (maintainer)
This commit is contained in:
parent
6ba9bb2982
commit
765948fc78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292797
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Crypt-Random-Source
|
||||
PORTVERSION= 0.07
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,12 +15,16 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= dereckson@gmail.com
|
||||
COMMENT= Get weak or strong random data from pluggable sources
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
BUILD_DEPENDS= p5-Any-Moose>=0.11:${PORTSDIR}/devel/p5-Any-Moose \
|
||||
p5-Capture-Tiny>=0.08:${PORTSDIR}/devel/p5-Capture-Tiny \
|
||||
p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \
|
||||
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok
|
||||
RUN_DEPENDS= p5-Capture-Tiny>=0.08:${PORTSDIR}/devel/p5-Capture-Tiny \
|
||||
p5-Module-Find>0:${PORTSDIR}/devel/p5-Module-Find \
|
||||
p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean
|
||||
|
||||
MAN3= Crypt::Random::Source.3 \
|
||||
Crypt::Random::Source::Base.3 \
|
||||
@ -36,6 +41,4 @@ MAN3= Crypt::Random::Source.3 \
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user