16 lines
268 B
Makefile
16 lines
268 B
Makefile
# $OpenBSD: Makefile,v 1.12 2020/07/03 21:44:43 sthen Exp $
|
|
|
|
COMMENT = perlish implementation of Java like inner classes
|
|
|
|
DISTNAME = Class-Inner-0.200001
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|