15 lines
245 B
Makefile
15 lines
245 B
Makefile
COMMENT= create random people
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Data-RandomPerson-0.50
|
|
CATEGORIES= databases
|
|
REVISION = 2
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Date-Calc \
|
|
devel/p5-Data-Random
|
|
|
|
.include <bsd.port.mk>
|