1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net-p2p/torrentsniff/Makefile
Andrej Zverev 19ae251b54 - switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header

Approved by:	bapt@ (portmrg@)
2013-07-26 07:33:41 +00:00

26 lines
659 B
Makefile

# Created by: Pav Lucistnik <pav@oook.cz>
# $FreeBSD$
PORTNAME= torrentsniff
PORTVERSION= 0.3.0
CATEGORIES= net-p2p perl5
MASTER_SITES= http://www.highprogrammer.com/alan/perl/
MAINTAINER= jharris@widomaker.com
COMMENT= Commandline tool for getting status of torrent
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
USE_PERL5= yes
NO_BUILD= yes
USES= shebangfix
SHEBANG_FILES= torrentsniff
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/torrentsniff ${LOCALBASE}/bin
${MKDIR} ${SITE_PERL}/BitTorrent
${INSTALL_DATA} ${WRKSRC}/BitTorrent/BDecode.pm ${SITE_PERL}/BitTorrent
.include <bsd.port.mk>