2020-07-03 21:44:29 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2020/07/03 21:45:07 sthen Exp $
|
2006-06-25 12:45:03 +00:00
|
|
|
|
2015-05-25 01:16:17 +00:00
|
|
|
COMMENT = facility for creating read-only scalars, arrays, hashes
|
2006-06-25 12:45:03 +00:00
|
|
|
|
2015-05-25 01:16:17 +00:00
|
|
|
MODULES = cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH = *
|
2019-03-10 22:46:37 +00:00
|
|
|
DISTNAME = Readonly-2.05
|
2015-05-25 01:16:17 +00:00
|
|
|
CATEGORIES = devel
|
2020-07-03 21:44:29 +00:00
|
|
|
REVISION = 0
|
2015-05-25 01:16:17 +00:00
|
|
|
|
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
2006-06-25 12:45:03 +00:00
|
|
|
|
|
|
|
# perl licence
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2015-05-25 01:16:17 +00:00
|
|
|
|
2019-03-10 22:46:37 +00:00
|
|
|
CONFIGURE_STYLE = modbuild tiny
|
2006-06-25 12:45:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|