aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-String-Urandom/Makefile
blob: 22816a9c0146c0dd46e11c0b1fb3d6d6e3f33092 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   String-Urandom
PORTVERSION=    0.16
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Perl extension to convert /dev/urandom to 8-bit chars

RUN_DEPENDS=    \
    p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate
BUILD_DEPENDS:= ${RUN_DEPENDS}

USES=       perl5
USE_PERL5=  configure

MAN3=   String::Urandom.3

.include <bsd.port.mk>