18 lines
351 B
Makefile
18 lines
351 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/03/10 22:46:37 afresh1 Exp $
|
|
|
|
COMMENT = facility for creating read-only scalars, arrays, hashes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Readonly-2.05
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
|
|
|
# perl licence
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild tiny
|
|
|
|
.include <bsd.port.mk>
|