19 lines
323 B
Makefile
19 lines
323 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= String-Random
|
|
PORTVERSION= 0.22
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl interface to generate "random" strings
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
PORTSCOUT= limit:^0\.(\d\.){,2}
|
|
|
|
.include <bsd.port.mk>
|