diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-07-10 12:14:31 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-07-10 12:14:31 +0800 |
commit | 66234f6995d43fb7232eef9e09e91ca5bf93df3c (patch) | |
tree | 0b6216f5cea5bddc6d3ece1a4ae822b974f9f304 /net-p2p | |
parent | e4e18edcc0d35be1aa8e3ab7d015b3fc7ee4f40b (diff) | |
download | freebsd-ports-gnome-66234f6995d43fb7232eef9e09e91ca5bf93df3c.tar.gz freebsd-ports-gnome-66234f6995d43fb7232eef9e09e91ca5bf93df3c.tar.zst freebsd-ports-gnome-66234f6995d43fb7232eef9e09e91ca5bf93df3c.zip |
- Pass maintainership to submitter
- While here trim header
PR: 180420
Submitted by: Jason Harris <jharris@widomaker.com>
Diffstat (limited to 'net-p2p')
-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 ac4db052346b..e7234656ec46 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 \ |