mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
29 lines
724 B
Makefile
29 lines
724 B
Makefile
# Created by: Dereckson <dereckson@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-Random-Source
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dereckson@gmail.com
|
|
COMMENT= Get weak or strong random data from pluggable sources
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Moo>=1.002000:devel/p5-Moo \
|
|
p5-Capture-Tiny>=0.08:devel/p5-Capture-Tiny \
|
|
p5-Module-Find>=0:devel/p5-Module-Find \
|
|
p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
|
|
p5-Type-Tiny>=1.000005:devel/p5-Type-Tiny \
|
|
p5-namespace-clean>=0.08:devel/p5-namespace-clean
|
|
TEST_DEPENDS= p5-Test-Exception>0:devel/p5-Test-Exception
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|