- Fix shebangs
- Cosmetic fixes
This commit is contained in:
parent
0ea5d6f8bb
commit
7acfbf9109
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460119
@ -4,6 +4,7 @@
|
||||
PORTNAME= feather
|
||||
PORTVERSION= 1.3.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils python
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -12,20 +13,22 @@ COMMENT= Python script for managing tarsnap backups
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
|
||||
tarsnap>=0:sysutils/tarsnap
|
||||
|
||||
USES= python:2,run
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= danrue
|
||||
|
||||
USES= python:2,run shebangfix
|
||||
SHEBANG_FILES= ${PORTNAME}
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PLIST_FILES= bin/feather etc/feather.yaml.dist
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
PORTDOCS= README.md
|
||||
PORTEXAMPLES= feather.cron.d.example
|
||||
PLIST_FILES= bin/feather etc/feather.yaml.dist
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/feather ${STAGEDIR}${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user