1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/devel/p5-usb/Makefile
Pav Lucistnik 715348923e - Fix fetch
- Update maintainer's email address

Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)
2008-06-19 19:15:38 +00:00

35 lines
817 B
Makefile

# New ports collection makefile for: p5-usb
# Date created: 2007-05-05
# Whom: Jason Bacon <jwbacon@tds.net>
#
# $FreeBSD$
#
PORTNAME= usb
PORTVERSION= 0.21
CATEGORIES= devel perl5
MASTER_SITES= CPAN/Device \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
PKGNAMEPREFIX= p5-
DISTNAME= Device-USB-${PORTVERSION}
MAINTAINER= jwbacon@tds.net
COMMENT= Perl wrapper for libusb
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.8.8/Inline.pm:${PORTSDIR}/devel/p5-Inline
LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb
WRKSRC= ${WRKDIR}/Device-USB-0.21
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>