ports/devel/p5-Algorithm-Dependency/Makefile

17 lines
289 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= base class for implementing various dependency trees
MODULES= cpan
PKG_ARCH= *
DISTNAME= Algorithm-Dependency-1.112
CATEGORIES= devel
# perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/p5-Test-ClassAPI \
devel/p5-Params-Util
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>