ports/devel/p5-File-TreeCreate/Makefile

21 lines
309 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>