4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
30 lines
630 B
Makefile
30 lines
630 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-Random
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for generating random data
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Time-Piece>=1.16:devel/p5-Time-Piece \
|
|
p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny
|
|
RUN_DEPENDS= p5-Time-Piece>=1.16:devel/p5-Time-Piece
|
|
|
|
OPTIONS_DEFINE= GD
|
|
GD_DESC= Support for rand_image()
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
GD_BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD
|
|
GD_RUN_DEPENDS= p5-GD>=0:graphics/p5-GD
|
|
|
|
.include <bsd.port.mk>
|