19 lines
356 B
Makefile
19 lines
356 B
Makefile
# $OpenBSD: Makefile,v 1.14 2020/07/03 21:45:07 sthen Exp $
|
|
|
|
COMMENT = facility for creating read-only scalars, arrays, hashes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Readonly-2.05
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
|
|
|
# perl licence
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild tiny
|
|
|
|
.include <bsd.port.mk>
|