fa2fecbaa8
passes regression tests ok pyr@
19 lines
349 B
Makefile
19 lines
349 B
Makefile
# $OpenBSD: Makefile,v 1.4 2009/05/31 02:25:17 ajacoutot Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = binary data conversion using C types
|
|
|
|
DISTNAME = Convert-Binary-C-0.74
|
|
CATEGORIES = converters
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|