19 lines
300 B
Makefile
19 lines
300 B
Makefile
COMMENT = test whether code exits without terminating testing
|
|
|
|
DISTNAME = Test-Exit-0.11
|
|
REVISION = 0
|
|
|
|
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>
|