blob: 305a2cc166a5b058bf9737822e8f1b47d2645b67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= sendSNPP
DISTVERSION= v1.03
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= http://caspian.dotconf.net/menu/Software/SendSNPP/ \
http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for sending messages through a RFC1861 compliant SNPP server
WWW= http://caspian.dotconf.net/menu/Software/SendSNPP/
NO_BUILD= yes
USES= perl5 shebangfix
USE_PERL5= run
PLIST_FILES= bin/sendSNPP.pl
SHEBANG_FILES= sendSNPP.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|