openbsd-ports/devel/p5-Data-Random/Makefile

22 lines
421 B
Makefile
Raw Normal View History

2010-07-13 15:46:10 -04:00
# $OpenBSD: Makefile,v 1.5 2010/07/13 19:46:11 sthen Exp $
COMMENT= perl module to generate random data
DISTNAME= Data-Random-0.05
2010-07-13 15:46:10 -04:00
REVISION= 0
CATEGORIES= devel
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>