mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
- Add LICENSE - Add NO_ARCH - Remove PORTSCOUT - Sort PLIST Changes: http://search.cpan.org/dist/String-Random/Changes
21 lines
344 B
Makefile
21 lines
344 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= String-Random
|
|
PORTVERSION= 0.29
|
|
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>
|