diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-12 04:05:12 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-12 04:05:12 +0800 |
commit | 651d58f05b5a5db6a5358b129ee381b1b23d1fd7 (patch) | |
tree | 28a1d8b5867373838e5ea50a026900901f2c6532 /net | |
parent | b486d42cc61ee224873be336074311d86de64b9e (diff) | |
download | freebsd-ports-gnome-651d58f05b5a5db6a5358b129ee381b1b23d1fd7.tar.gz freebsd-ports-gnome-651d58f05b5a5db6a5358b129ee381b1b23d1fd7.tar.zst freebsd-ports-gnome-651d58f05b5a5db6a5358b129ee381b1b23d1fd7.zip |
- 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)
Diffstat (limited to 'net')
-rw-r--r-- | net/sendsnpp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 <itetcu@people.tecnik93.com> # # $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 |