21238265df
WWW: http://search.cpan.org/dist/Data-Rand/ Feature safe: yes Approved by: db (mentor)
20 lines
311 B
Makefile
20 lines
311 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
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Data::Rand.3
|
|
|
|
.include <bsd.port.mk>
|