opnsense-ports/devel/p5-String-Random/Makefile
Franco Fichtner eb680e551f */*: sync with upstream
Taken from: HardenedBSD
2018-05-24 09:09:32 +02:00

21 lines
345 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= String-Random
PORTVERSION= 0.30
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to generate "random" strings
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>