20 lines
383 B
Makefile
20 lines
383 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:44:49 sthen Exp $
|
|
|
|
COMMENT = expose the flag which marks global destruction
|
|
|
|
DISTNAME = Devel-GlobalDestruction-0.14
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
|
|
|
# perl_5
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Exporter-Progressive>=0.001011
|
|
|
|
.include <bsd.port.mk>
|