21 lines
343 B
Makefile
21 lines
343 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:45:16 sthen Exp $
|
|
|
|
COMMENT= Perl unit testing framework
|
|
|
|
DISTNAME= Test-Unit-0.25
|
|
REVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/p5-Devel-Symdump \
|
|
devel/p5-Error \
|
|
devel/p5-Class-Inner
|
|
|
|
.include <bsd.port.mk>
|