18 lines
364 B
Makefile
18 lines
364 B
Makefile
# $OpenBSD: Makefile,v 1.11 2014/12/24 06:46:24 benoit Exp $
|
|
|
|
COMMENT = expose the flag which marks global destruction
|
|
|
|
DISTNAME = Devel-GlobalDestruction-0.13
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
|
|
|
# perl_5
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Sub-Exporter-Progressive>=0.001011
|
|
|
|
.include <bsd.port.mk>
|