hints and ok sthen@ pkg/DESCR: This module provides a general-purpose clone function to make deep copies of Perl data structures. It calls itself recursively to copy nested hash, array, scalar and reference types, including tied variables and objects.
17 lines
246 B
Makefile
17 lines
246 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/01/22 07:30:26 giovanni Exp $
|
|
|
|
COMMENT = Recursively copy Perl datatypes
|
|
|
|
DISTNAME = Clone-PP-1.07
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|