19 lines
332 B
Makefile
19 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.6 2014/10/28 08:23:06 jasper Exp $
|
|
|
|
COMMENT= create random people
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Data-RandomPerson-0.4
|
|
REVISION= 1
|
|
CATEGORIES= databases
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Jim Razmus II <jim@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Date-Calc
|
|
|
|
.include <bsd.port.mk>
|