1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net/sendsnpp/Makefile
Emanuel Haupt 14e5aa25e7 - Support staging
- Use shebangfix
2014-03-14 09:01:09 +00:00

25 lines
608 B
Makefile

# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
# $FreeBSD$
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= itetcu@FreeBSD.org
COMMENT= Tool for sending messages through a RFC1861 compliant SNPP server
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>