opnsense-ports/devel/p5-Algorithm-Dependency/Makefile
2022-09-07 22:33:21 +02:00

24 lines
552 B
Makefile

PORTNAME= Algorithm-Dependency
PORTVERSION= 1.112
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Base class for implementing various dependency trees
WWW= https://metacpan.org/release/Algorithm-Dependency
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Params-Util>=0.31:devel/p5-Params-Util
TEST_DEPENDS= p5-Test-ClassAPI>=0.6:devel/p5-Test-ClassAPI
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>