mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
eae43f89ad
commit
5af7a35185
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392025
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= lla
|
||||
PORTVERSION= 0.99.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
||||
@ -17,11 +18,13 @@ RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USES= perl5
|
||||
NO_ARCH= yes
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= lla
|
||||
PLIST_FILES= bin/lla
|
||||
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_BEFORE_ARGS= # empty
|
||||
EXTRACT_AFTER_ARGS= ./${PORTNAME}
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user