1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

I believe 'lib/perl5/IO::Socket.pm' is a typo for 'lib/perl5/IO/Socket.pm'.

(Other than the file not existing, the extra colons were confusing the new
 'file:dir[:target]' dependency list.)
This commit is contained in:
Satoshi Asami 1997-05-20 03:31:02 +00:00
parent 798fafbd08
commit 88bbfe39d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6497

View File

@ -3,7 +3,7 @@
# Date created: September 30th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.6 1997/04/20 13:52:49 wosch Exp $
# $Id: Makefile,v 1.7 1997/04/20 21:26:40 jfitz Exp $
#
DISTNAME= libnet-1.05
@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= Net
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \
${PREFIX}/lib/perl5/IO::Socket.pm:${PORTSDIR}/net/p5-IO \
${PREFIX}/lib/perl5/IO/Socket.pm:${PORTSDIR}/net/p5-IO \
${PREFIX}/lib/perl5/site_perl/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5