From 651d58f05b5a5db6a5358b129ee381b1b23d1fd7 Mon Sep 17 00:00:00 2001 From: itetcu Date: Sun, 11 Jun 2006 20:05:12 +0000 Subject: - Use my @FreeBSD.org address - add an other MASTERSITE - s/USE_PERL_RUN/USE_PERL5_RUN/ and bump PORTREVISION [1] Submitted by: erwin [1] Approved by: lawrance (mentor, implicit) --- net/sendsnpp/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'net') diff --git a/net/sendsnpp/Makefile b/net/sendsnpp/Makefile index 2487a006f8fe..184ab0bd29d6 100644 --- a/net/sendsnpp/Makefile +++ b/net/sendsnpp/Makefile @@ -3,19 +3,21 @@ # Whom: Ion-Mihai "IOnut" Tetcu # # $FreeBSD$ -# $Tecnik: ports/net/sendsnpp/Makefile,v 1.1 2005/12/17 04:05:04 itetcu Exp $ +# $Tecnik: ports/net/sendsnpp/Makefile,v 1.4 2006/06/11 20:04:50 itetcu Exp $ PORTNAME= sendSNPP DISTVERSION= v1.03 +PORTVERSION= 1 CATEGORIES= net perl5 MASTER_SITES= http://caspian.dotconf.net/menu/Software/SendSNPP/ \ + http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/ \ http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ -MAINTAINER= itetcu@people.tecnik93.com +MAINTAINER= itetcu@FreeBSD.org COMMENT= Tool for sending messages through a RFC1861 compliant SNPP server NO_BUILD= yes -USE_PERL_RUN= yes +USE_PERL5_RUN= yes PLIST_FILES= bin/sendSNPP.pl -- cgit