mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix shebangs
- Add NO_ARCH
This commit is contained in:
parent
9ae9870c6a
commit
2f7f591f0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389915
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= websieve
|
||||
PORTVERSION= 0.63.a
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
|
||||
DISTNAME?= ${PORTNAME}-${DISTVERSION}
|
||||
@ -16,10 +16,12 @@ LICENSE_FILE= ${WRKSRC}/GPL
|
||||
|
||||
DISTVERSION= 063a
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= run
|
||||
SHEBANG_FILES= websieve.pl
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_SINGLE= TYPE
|
||||
OPTIONS_SINGLE_TYPE= PERL CYRUS
|
||||
|
Loading…
Reference in New Issue
Block a user