summaryrefslogtreecommitdiff
path: root/net-p2p/p5-pdonkey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/p5-pdonkey/Makefile')
-rw-r--r--net-p2p/p5-pdonkey/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/net-p2p/p5-pdonkey/Makefile b/net-p2p/p5-pdonkey/Makefile
deleted file mode 100644
index 8b7d46b105d3..000000000000
--- a/net-p2p/p5-pdonkey/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: pdonkey
-# Date Created: Feb 25, 2004
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= pdonkey
-PORTVERSION= 0.05
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \
- ${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
-MASTER_SITE_SUBDIR= ${PORTNAME}/:sf \
- ../by-authors/K/KL/KLIMKIN/:cpan
-PKGNAMEPREFIX= p5-
-DISTNAME= P2P-pDonkey-${PORTVERSION}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf \
- ${DISTNAME}${EXTRACT_SUFX}:cpan
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Perl tools for eDonkey network
-
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD4.pm:${PORTSDIR}/security/p5-Digest-MD4 \
- ${SITE_PERL}/Data/Hexdumper.pm:${PORTSDIR}/devel/p5-Data-Hexdumper \
- ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
- ${SITE_PERL}/Video/Info.pm:${PORTSDIR}/multimedia/p5-Video-Info
-
-PERL_CONFIGURE= yes
-
-MAN3= P2P::pDonkey::Met.3 \
- P2P::pDonkey::Packet.3 \
- P2P::pDonkey::Util.3 \
- P2P::pDonkey::Meta.3
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
-.endif
-
-.include <bsd.port.post.mk>