diff options
author | miwi <miwi@FreeBSD.org> | 2013-07-10 04:14:31 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-07-10 04:14:31 +0000 |
commit | 1a4083b8e9d4adc2e069101881a6dd917499cfea (patch) | |
tree | 0b6216f5cea5bddc6d3ece1a4ae822b974f9f304 | |
parent | 530b0a8f8bf60f62ab936b9a2d11699220b9e42f (diff) | |
download | FreeBSD-ports-1a4083b8e9d4adc2e069101881a6dd917499cfea.zip FreeBSD-ports-1a4083b8e9d4adc2e069101881a6dd917499cfea.tar.gz |
- Pass maintainership to submitter
- While here trim header
PR: 180420
Submitted by: Jason Harris <jharris@widomaker.com>
-rw-r--r-- | net-p2p/torrentsniff/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-p2p/torrentsniff/Makefile b/net-p2p/torrentsniff/Makefile index ac4db05..e723465 100644 --- a/net-p2p/torrentsniff/Makefile +++ b/net-p2p/torrentsniff/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: torrentsniff -# Date created: 06 July 2003 -# Whom: Pav Lucistnik <pav@oook.cz> -# +# 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= ports@FreeBSD.org +MAINTAINER= jharris@widomaker.com COMMENT= Commandline tool for getting status of torrent RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ |