44b6bd6575
Perl's global destruction is a little tricky to deal with WRT finalizers because it's not ordered and objects can sometimes disappear.
22 lines
430 B
Makefile
22 lines
430 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/06 16:47:54 jasper Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = expose the flag which marks global destruction
|
|
|
|
DISTNAME = Devel-GlobalDestruction-0.02
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = ::devel/p5-Scope-Guard \
|
|
::devel/p5-Sub-Exporter
|
|
|
|
.include <bsd.port.mk>
|