freebsd-ports/devel/p5-Data-Random/Makefile
Sunpoet Po-Chuan Hsieh 568ac55bc8 - Update to 0.10
- Convert to new options helper

Changes:	http://search.cpan.org/dist/Data-Random/Changes
2013-11-02 20:01:09 +00:00

31 lines
786 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Random
PORTVERSION= 0.10
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-YAML-Tiny>=0:${PORTSDIR}/textproc/p5-YAML-Tiny
OPTIONS_DEFINE= DATE_CALC GD
OPTIONS_DEFAULT=DATE_CALC
DATE_CALC_DESC= Support for rand_date()
GD_DESC= Support for rand_image()
USES= perl5
USE_PERL5= configure
DATE_CALC_BUILD_DEPENDS=p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc
DATE_CALC_RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc
GD_BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
GD_RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD
.include <bsd.port.mk>