diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-19 19:15:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-19 19:15:38 +0000 |
commit | 715348923ebcb8f170f1fa637ff5ad8441dafe3c (patch) | |
tree | 9de25923d258eae1cc7fc191b7952936b16fe78d /devel/p5-Device-USB | |
parent | f10733b2446314f8a39b146279d2f1a9328732d2 (diff) | |
download | ports-715348923ebcb8f170f1fa637ff5ad8441dafe3c.tar.gz ports-715348923ebcb8f170f1fa637ff5ad8441dafe3c.zip |
Notes
Diffstat (limited to 'devel/p5-Device-USB')
-rw-r--r-- | devel/p5-Device-USB/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Device-USB/Makefile b/devel/p5-Device-USB/Makefile index cec432faad57..0b76ac8eed96 100644 --- a/devel/p5-Device-USB/Makefile +++ b/devel/p5-Device-USB/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-usb # Date created: 2007-05-05 -# Whom: Jason Bacon <bacon@smithers.neuro.mcw.edu> +# Whom: Jason Bacon <jwbacon@tds.net> # # $FreeBSD$ # @@ -8,12 +8,12 @@ PORTNAME= usb PORTVERSION= 0.21 CATEGORIES= devel perl5 -MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GW/GWADEJ/ \ +MASTER_SITES= CPAN/Device \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ PKGNAMEPREFIX= p5- DISTNAME= Device-USB-${PORTVERSION} -MAINTAINER= bacon@smithers.neuro.mcw.edu +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 |