mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Add LICENSE_FILE
- Add NO_ARCH - Fix shebangs Approved by: portmgr blanket
This commit is contained in:
parent
5b99003a73
commit
a6b9ce58a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400839
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= offline-npm
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
|
||||
@ -10,6 +11,7 @@ MAINTAINER= cpm@fbsd.es
|
||||
COMMENT= Offline installation with npm install
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= npm>0:${PORTSDIR}/www/npm
|
||||
RUN_DEPENDS= npm>0:${PORTSDIR}/www/npm
|
||||
@ -19,6 +21,9 @@ GH_ACCOUNT= commenthol
|
||||
GH_PROJECT= offline-npm
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= test/test.sh
|
||||
|
||||
do-install:
|
||||
(cd ${STAGEDIR}${PREFIX}/lib && ${SETENV} \
|
||||
|
Loading…
Reference in New Issue
Block a user