2011-12-08 13:35:50 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2011/12/08 18:35:50 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
|
|
|
|
2011-12-08 13:35:50 -05:00
|
|
|
DISTNAME = Data-Random-0.06
|
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
|
|
|
|
REGRESS_DEPENDS = devel/p5-Date-Calc \
|
|
|
|
graphics/p5-GD
|
2006-12-11 15:50:12 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|