15 lines
244 B
Makefile
15 lines
244 B
Makefile
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:44:48 sthen Exp $
|
|
|
|
COMMENT= minimalist class construction
|
|
|
|
DISTNAME = Class-Tiny-1.006
|
|
CATEGORIES= devel
|
|
|
|
# Apache Licence 2.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|