19 lines
356 B
Makefile
Raw Normal View History

# $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 = *
2019-03-10 22:46:37 +00:00
DISTNAME = Readonly-2.05
CATEGORIES = devel
REVISION = 0
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# perl licence
PERMIT_PACKAGE = Yes
2019-03-10 22:46:37 +00:00
CONFIGURE_STYLE = modbuild tiny
.include <bsd.port.mk>