opnsense-ports/devel/p5-String-Random/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

19 lines
323 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= String-Random
PORTVERSION= 0.28
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>