730624c5b1
Generate realistic random data for people including gender, age, date of birth, first and last names, and title. Names can be created for several ethnic groups including Vikings. submitted by Jim Razmus
20 lines
385 B
Makefile
20 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/08 14:10:24 steven Exp $
|
|
|
|
COMMENT= create random people
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Data-RandomPerson-0.4
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= Jim Razmus <jim@bonetruck.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Date-Calc
|
|
|
|
.include <bsd.port.mk>
|