mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
22 lines
337 B
Makefile
22 lines
337 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Data-Rand
|
|
PORTVERSION= 0.0.4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tj@FreeBSD.org
|
|
COMMENT= Perl module for generating random strings or arrays
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
MAN3= Data::Rand.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|