diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
commit | 08acf5c407242344b0047b8040900f52df620dde (patch) | |
tree | 49936ec28d8b2a4256959f13245d757df97e04bd /devel/p5-Device-USB/Makefile | |
parent | bdce4d94e267612e2955a9270d4659712a679dea (diff) |
Diffstat (limited to 'devel/p5-Device-USB/Makefile')
-rw-r--r-- | devel/p5-Device-USB/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/devel/p5-Device-USB/Makefile b/devel/p5-Device-USB/Makefile deleted file mode 100644 index 82c7ad3ae037..000000000000 --- a/devel/p5-Device-USB/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: p5-usb -# Date created: 2007-05-05 -# Whom: Jason Bacon <jwbacon@tds.net> -# -# $FreeBSD$ -# - -PORTNAME= usb -PORTVERSION= 0.29 -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 - -LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb -BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline - -WRKSRC= ${WRKDIR}/Device-USB-${PORTVERSION} -PERL_CONFIGURE= yes -MAKE_JOBS_UNSAFE= 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> |