20 lines
309 B
Makefile
20 lines
309 B
Makefile
COMMENT = recursively create a directory tree
|
|
|
|
DISTNAME = File-TreeCreate-0.0.1
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
BUILD_DEPENDS = devel/p5-Module-Build>=0.28
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|