diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-13 09:24:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-13 09:24:16 +0000 |
commit | 69af6ed858484429f499735365de460f726f0c90 (patch) | |
tree | 5a5eee155c546262ed44340aa331174fd34af11e /net/pear-File_Bittorrent2 | |
parent | f7cd683c01b7b04c17549becb2decc473ffad384 (diff) |
Notes
Diffstat (limited to 'net/pear-File_Bittorrent2')
-rw-r--r-- | net/pear-File_Bittorrent2/Makefile | 24 |
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" |