diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-05 10:32:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-05 10:32:23 +0000 |
commit | 3779b5222a514b8dab0105840de4ce2c02760e4f (patch) | |
tree | f187844035a77de7a87722694043987a9592c380 /net/sendsnpp | |
parent | ffb2503c984f5260a595c3426b3381b6fe13041e (diff) | |
download | ports-3779b5222a514b8dab0105840de4ce2c02760e4f.tar.gz ports-3779b5222a514b8dab0105840de4ce2c02760e4f.zip |
Notes
Diffstat (limited to 'net/sendsnpp')
-rw-r--r-- | net/sendsnpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sendsnpp/Makefile b/net/sendsnpp/Makefile index b3972e8e03e4..7f9b1821a6c8 100644 --- a/net/sendsnpp/Makefile +++ b/net/sendsnpp/Makefile @@ -16,7 +16,8 @@ MAINTAINER= itetcu@FreeBSD.org COMMENT= Tool for sending messages through a RFC1861 compliant SNPP server NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run PLIST_FILES= bin/sendSNPP.pl |