15 lines
255 B
Makefile
15 lines
255 B
Makefile
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:44:47 sthen Exp $
|
|
|
|
COMMENT = perlish implementation of Java like inner classes
|
|
|
|
DISTNAME = Class-Inner-0.200001
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|