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: 2015Q2
This commit is contained in:
parent
552751cf2f
commit
1c77bbb2fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387933
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= Mail-Audit
|
||||
PORTVERSION= 2.2.27
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -18,8 +18,10 @@ RUN_DEPENDS= p5-File-HomeDir>=0.61:${PORTSDIR}/devel/p5-File-HomeDir \
|
||||
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= bin/*
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user