Call isa, can, does and DOES safely on things that may not be objects. from Cesare Gargano (maintainer), ok afresh1@
15 lines
290 B
Makefile
15 lines
290 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2015/01/16 14:58:28 benoit Exp $
|
|
|
|
COMMENT = call isa, can, does and DOES safely
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Safe-Isa-1.000005
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Cesare Gargano <gar@plusiagamma.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|