22 lines
351 B
Makefile
22 lines
351 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:45:12 sthen Exp $
|
|
|
|
COMMENT = provides a bits_is() subroutine for testing binary data
|
|
|
|
DISTNAME = Test-Bits-0.02
|
|
REVISION = 1
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Artistic 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-List-AllUtils
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Fatal
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|