16 lines
285 B
Makefile
16 lines
285 B
Makefile
# $OpenBSD: Makefile,v 1.6 2020/07/03 21:45:08 sthen Exp $
|
|
|
|
COMMENT = call isa, can, does and DOES safely
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Safe-Isa-1.000010
|
|
CATEGORIES = devel
|
|
FIX_EXTRACT_PERMISSIONS = Yes
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|