2012-06-28 17:38:52 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2012/06/28 21:38:52 bluhm Exp $
|
2006-12-11 15:50:12 -05:00
|
|
|
|
2011-12-08 13:35:50 -05:00
|
|
|
COMMENT = perl module to generate random data
|
2006-12-11 15:50:12 -05:00
|
|
|
|
2012-06-28 17:38:52 -04:00
|
|
|
DISTNAME = Data-Random-0.07
|
2006-12-11 15:50:12 -05:00
|
|
|
|
2011-12-08 13:35:50 -05:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
2006-12-11 15:50:12 -05:00
|
|
|
|
2009-09-09 21:16:40 -04:00
|
|
|
# perl
|
2011-12-08 13:35:50 -05:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2006-12-11 15:50:12 -05:00
|
|
|
|
2011-12-08 13:35:50 -05:00
|
|
|
MODULES = cpan
|
2012-01-26 07:04:00 -05:00
|
|
|
BUILD_DEPENDS = devel/p5-YAML-Tiny
|
2011-12-08 13:35:50 -05:00
|
|
|
REGRESS_DEPENDS = devel/p5-Date-Calc \
|
|
|
|
graphics/p5-GD
|
2006-12-11 15:50:12 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|