Create automatic curried method call closures for any class or object. From wen heping <wenheping2000 () hotmail ! com> OK sthen@
17 lines
288 B
Makefile
17 lines
288 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2020/11/11 02:16:35 afresh1 Exp $
|
|
|
|
COMMENT = create automatic curried method call closures for any class
|
|
|
|
DISTNAME = curry-1.001000
|
|
CPAN_AUTHOR = MSTROUT
|
|
PKG_ARCH = *
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|