16 lines
289 B
Makefile
16 lines
289 B
Makefile
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>
|