20 lines
376 B
Makefile
20 lines
376 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/03/11 10:50:15 espie Exp $
|
|
|
|
COMMENT = perl module to generate random data
|
|
|
|
DISTNAME = Data-Random-0.08
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
BUILD_DEPENDS = devel/p5-YAML-Tiny
|
|
TEST_DEPENDS = devel/p5-Date-Calc \
|
|
graphics/p5-GD
|
|
|
|
.include <bsd.port.mk>
|