19 lines
319 B
Makefile
19 lines
319 B
Makefile
# $OpenBSD: Makefile,v 1.19 2020/07/03 21:45:10 sthen Exp $
|
|
|
|
COMMENT = Perl library for manipulating frame stack
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Sub-Uplevel-0.2800
|
|
EPOCH = 0
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# Perl 5
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MAKE_ENV = AUTHOR_TESTING=Yes \
|
|
TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|