1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

1: Stagify.

2: use @sample to handle config file, bump version.

Approved by:	portmgr@ (blanket approval)
This commit is contained in:
Vanilla I. Shu 2014-06-30 14:42:19 +00:00
parent 8b2ba3516f
commit 5c91384b85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359852
2 changed files with 17 additions and 15 deletions

View File

@ -1,26 +1,26 @@
# Created by: Klayton Monroe <klm@uidzero.org>
# $FreeBSD$
PORTNAME= webjob
PORTVERSION= 1.9.0
CATEGORIES= sysutils security
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
PORTNAME= webjob
PORTVERSION= 1.9.0
PORTREVISION= 1
CATEGORIES= sysutils security
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= klm@uidzero.org
COMMENT= Download and execute a program over HTTP/HTTPS
MAINTAINER= klm@uidzero.org
COMMENT= Download and execute a program over HTTP/HTTPS
USES= perl5
GNU_CONFIGURE= yes
USE_PERL5= build
MAN1= webjob.1 xshar.1
USES= perl5 shebangfix
SHEBANG_FILES= tools/xshar/xshar
GNU_CONFIGURE= yes
USE_PERL5= build
OPTIONS_DEFINE= PAD_TOOLS DSV_TOOLS SSL
OPTIONS_DEFAULT= PAD_TOOLS DSV_TOOLS
PAD_TOOLS_DESC= install PaD tools
DSV_TOOLS_DESC= install DSV tools
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPAD_TOOLS}
@ -50,6 +50,6 @@ CFLAGS+= -static
.endif
post-install:
@${STRIP_CMD} ${PREFIX}/bin/webjob
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/webjob
.include <bsd.port.mk>

View File

@ -4,5 +4,7 @@
%%PAD_TOOLS%%bin/pad-make-binary
%%PAD_TOOLS%%bin/xshar
bin/webjob
etc/webjob-execute.cfg.sample
etc/webjob-get-url.cfg.sample
@sample etc/webjob-execute.cfg.sample
@sample etc/webjob-get-url.cfg.sample
man/man1/webjob.1.gz
man/man1/xshar.1.gz