2013-07-10 06:14:31 +02:00
|
|
|
# Created by: Pav Lucistnik <pav@oook.cz>
|
2003-11-14 23:49:14 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= torrentsniff
|
|
|
|
PORTVERSION= 0.3.0
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-01-30 22:36:28 +01:00
|
|
|
CATEGORIES= net-p2p perl5
|
2003-11-14 23:49:14 +01:00
|
|
|
MASTER_SITES= http://www.highprogrammer.com/alan/perl/
|
|
|
|
|
2013-07-10 06:14:31 +02:00
|
|
|
MAINTAINER= jharris@widomaker.com
|
2003-11-14 23:49:14 +01:00
|
|
|
COMMENT= Commandline tool for getting status of torrent
|
|
|
|
|
2012-06-05 20:17:13 +02:00
|
|
|
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
|
|
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
|
2003-11-14 23:49:14 +01:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2013-09-12 18:41:28 +02:00
|
|
|
USES= shebangfix perl5
|
2013-07-26 09:33:41 +02:00
|
|
|
SHEBANG_FILES= torrentsniff
|
2003-11-14 23:49:14 +01:00
|
|
|
|
|
|
|
do-install:
|
2014-02-06 11:51:34 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/torrentsniff ${STAGEDIR}${PREFIX}/bin
|
2014-11-26 14:08:24 +01:00
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/BitTorrent
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/BitTorrent/BDecode.pm ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/BitTorrent
|
2003-11-14 23:49:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|