18 lines
264 B
Makefile
18 lines
264 B
Makefile
COMMENT = file path utility
|
|
|
|
DISTNAME = Path-Tiny-0.144
|
|
CPAN_AUTHOR = DAGOLDEN
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
TEST_DEPENDS = devel/p5-Test-FailWarnings \
|
|
devel/p5-Test-MockRandom
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|