14 lines
233 B
Makefile
14 lines
233 B
Makefile
# $OpenBSD: Makefile,v 1.18 2019/07/12 20:44:49 sthen Exp $
|
|
|
|
COMMENT = pretty printing of data structures
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Data-Dump-1.23
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|