This module provides a Perl interface to the libusb-1.0 API. It provides access to most basic libusb functionality including read-out of device descriptors and synchronous device I/O. From wen heping <wenheping2000 () hotmail ! com> Tweaks and OK cwen@
22 lines
342 B
Makefile
22 lines
342 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2019/10/31 03:15:42 afresh1 Exp $
|
|
|
|
COMMENT = perl interface to the libusb-1.0 API
|
|
|
|
DISTNAME = USB-LibUSB-0.09
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl usb-1.0
|
|
|
|
MODULES = cpan
|
|
|
|
LIB_DEPENDS = devel/libusb1
|
|
RUN_DEPENDS = devel/p5-Moo
|
|
|
|
MAKE_ENV = TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|