mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
21 lines
309 B
Makefile
21 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>
|