aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent-core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/py-bittorrent-core/Makefile')
-rw-r--r--net-p2p/py-bittorrent-core/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-p2p/py-bittorrent-core/Makefile b/net-p2p/py-bittorrent-core/Makefile
deleted file mode 100644
index 95b96fdeb615..000000000000
--- a/net-p2p/py-bittorrent-core/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: py-bittorrent-core
-# Date created: 21 October 2003
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> and Mezz <mezz7@cox.net>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -core
-
-COMMENT= Client 'core' for the BitTorrent peer-to-peer network
-
-# build only the CORE
-WITHOUT_GUI= yes
-
-MASTERDIR= ${.CURDIR}/../py-bittorrent
-
-.include "${MASTERDIR}/Makefile"