20 lines
347 B
Makefile
20 lines
347 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:45:09 sthen Exp $
|
|
|
|
COMMENT = test whether code exits without terminating testing
|
|
|
|
DISTNAME = Test-Exit-0.11
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = devel/p5-Return-MultiLevel
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|