aaa1885833
ok jasper@
23 lines
437 B
Makefile
23 lines
437 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/12/03 11:44:29 ajacoutot Exp $
|
|
|
|
COMMENT= perl module to generate random data
|
|
|
|
DISTNAME= Data-Random-0.05
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
REGRESS_DEPENDS=devel/p5-Date-Calc \
|
|
graphics/p5-GD
|
|
|
|
.include <bsd.port.mk>
|