from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt)
29 lines
672 B
Makefile
29 lines
672 B
Makefile
# Created by: Jason Bacon <jwbacon@tds.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Device-USB
|
|
PORTVERSION= 0.35
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN \
|
|
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= josh.carroll@gmail.com
|
|
COMMENT= Perl wrapper for libusb
|
|
|
|
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
|
|
RUN_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Device::USB.3 \
|
|
Device::USB::Bus.3 \
|
|
Device::USB::DevConfig.3 \
|
|
Device::USB::DevEndpoint.3 \
|
|
Device::USB::DevInterface.3 \
|
|
Device::USB::Device.3 \
|
|
Device::USB::FAQ.3 \
|
|
Device::dump_usb.3
|
|
|
|
.include <bsd.port.mk>
|