openbsd-ports/devel/p5-Data-Random/Makefile
bluhm dced8ced0a - update p5-Data-Random to 0.06
- no USE_GROFF
- adjust Makefile to template
from wen heping
2011-12-08 18:35:50 +00:00

22 lines
422 B
Makefile

# $OpenBSD: Makefile,v 1.9 2011/12/08 18:35:50 bluhm Exp $
COMMENT = perl module to generate random data
DISTNAME = Data-Random-0.06
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>