freebsd-ports/devel/p5-String-Random/Makefile
2021-09-19 14:00:49 +08:00

21 lines
334 B
Makefile

# Created by: will
PORTNAME= String-Random
PORTVERSION= 0.32
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
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>