20 lines
377 B
Makefile
20 lines
377 B
Makefile
# $OpenBSD: Makefile,v 1.16 2014/01/11 13:47:03 bluhm Exp $
|
|
|
|
COMMENT = perl module to generate random data
|
|
|
|
DISTNAME = Data-Random-0.11
|
|
|
|
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>
|