20 lines
459 B
Makefile
20 lines
459 B
Makefile
COMMENT = test strings and data structures and show differences if not
|
|
|
|
DISTNAME = Test-Differences-0.69
|
|
CATEGORIES = devel
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
|
|
|
# Artistic or GPL
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = sysutils/p5-Capture-Tiny>=0.24 \
|
|
textproc/p5-Text-Diff>=1.43
|
|
|
|
# Addtional depends to avoid skipping tests
|
|
TEST_DEPENDS += devel/p5-Test-Pod \
|
|
devel/p5-Test-Pod-Coverage
|
|
|
|
.include <bsd.port.mk>
|