21 lines
369 B
Makefile
21 lines
369 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/01/23 22:46:16 bluhm Exp $
|
|
|
|
COMMENT = check that a library is available for FFI
|
|
|
|
DISTNAME = FFI-CheckLib-0.26
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
TEST_DEPENDS = devel/p5-Test-Exit \
|
|
devel/p5-Test2-Suite>=0.000060
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|