15 lines
250 B
Makefile
15 lines
250 B
Makefile
# $OpenBSD: Makefile,v 1.11 2020/07/03 21:45:08 sthen Exp $
|
|
|
|
COMMENT = lexically scoped resource management
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Scope-Guard-0.21
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|