4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
21 lines
348 B
Makefile
21 lines
348 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
|
|
|
|
MAN3= String::Random.3
|
|
|
|
PORTSCOUT= limit:^0\.(\d\.){,2}
|
|
|
|
.include <bsd.port.mk>
|