aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent-core
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-22 21:28:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-22 21:28:40 +0000
commit6eed80e54ea232c6f237d637d81df9f6f42a7a71 (patch)
treeaed6770ec461fed4c6acd12436f19d7cc3e387d8 /net-p2p/py-bittorrent-core
parent9c3a1c81755d8e2b4832af2ade060aff036c7178 (diff)
downloadports-6eed80e54ea232c6f237d637d81df9f6f42a7a71.tar.gz
ports-6eed80e54ea232c6f237d637d81df9f6f42a7a71.zip
Notes
Diffstat (limited to 'net-p2p/py-bittorrent-core')
-rw-r--r--net-p2p/py-bittorrent-core/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-core/Makefile b/net-p2p/py-bittorrent-core/Makefile
new file mode 100644
index 000000000000..ba3bc14fd647
--- /dev/null
+++ b/net-p2p/py-bittorrent-core/Makefile
@@ -0,0 +1,18 @@
+# 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
+CATEGORIES= net python
+
+COMMENT= Client 'core' for the BitTorrent peer-to-peer network
+
+# build only the CORE
+WITHOUT_GUI= yes
+
+MASTERDIR= ${.CURDIR}/../py-bittorrent
+
+.include "${MASTERDIR}/Makefile"