aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-13 17:24:16 +0800
committermiwi <miwi@FreeBSD.org>2013-05-13 17:24:16 +0800
commit4d6b5e79f22c355c32058663d67dc467a9ecc172 (patch)
tree5a5eee155c546262ed44340aa331174fd34af11e /net
parent929b66645ed850f2a540f0892066b4ef951fe04b (diff)
downloadfreebsd-ports-gnome-4d6b5e79f22c355c32058663d67dc467a9ecc172.tar.gz
freebsd-ports-gnome-4d6b5e79f22c355c32058663d67dc467a9ecc172.tar.zst
freebsd-ports-gnome-4d6b5e79f22c355c32058663d67dc467a9ecc172.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'net')
-rw-r--r--net/pear-File_Bittorrent2/Makefile24
1 files changed, 3 insertions, 21 deletions
diff --git a/net/pear-File_Bittorrent2/Makefile b/net/pear-File_Bittorrent2/Makefile
index e12466635a50..8dc2300564ee 100644
--- a/net/pear-File_Bittorrent2/Makefile
+++ b/net/pear-File_Bittorrent2/Makefile
@@ -1,35 +1,17 @@
-# Ports collection makefile for: pear-File_Bittorrent2
-# Date created: 28 Aug 2007
-# Whom: Zhen REN <bg1tpt@gmail.com>
-#
+# Created by: Zhen REN <bg1tpt@gmail.com>
# $FreeBSD$
-#
PORTNAME= File_Bittorrent2
DISTVERSION= 1.3.1
CATEGORIES= net pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= miwi@FreeBSD.org
COMMENT= Decode and Encode data in Bittorrent format
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= File
-FILES= Bittorrent2/Decode.php Bittorrent2/Encode.php \
- Bittorrent2/Exception.php Bittorrent2/MakeTorrent.php
-
-_EXAMPLESDIR= .
-EXAMPLES= example.php example_mktorrent.php \
- install-x86-universal-2005.0.iso.torrent \
- scrape.php torrentinfo.php
-
-_TESTSDIR= Tests
-TESTS= AllTests.php Bug7406.php Bug8085.php Bug14013.php \
- Bug16148.php ticket-19.php FileBittorrent2.php
-
-post-extract:
- @ cd ${WRKSRC}/File; ${MV} Bittorrent2 ${WRKSRC}
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"