17 lines
288 B
Makefile
17 lines
288 B
Makefile
# $OpenBSD: Makefile,v 1.16 2016/04/05 09:26:07 benoit Exp $
|
|
|
|
COMMENT = binary data conversion using C types
|
|
|
|
DISTNAME = Convert-Binary-C-0.78
|
|
CATEGORIES = converters
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
MODULES = cpan
|
|
MODCPAN_EXAMPLES = Yes
|
|
|
|
.include <bsd.port.mk>
|