12 lines
172 B
Makefile
12 lines
172 B
Makefile
|
COMMENT = pretty printing of data structures
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Data-Dump-1.25
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|