- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
This commit is contained in:
parent
b592677dc8
commit
1546ca3da6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387759
1 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= Device-Modem
|
||||
PORTVERSION= 1.57
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= comms perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -17,8 +17,12 @@ LICENSE_COMB= dual
|
|||
BUILD_DEPENDS= p5-Device-SerialPort>=0:${PORTSDIR}/comms/p5-Device-SerialPort
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= examples/xmodem.pl \
|
||||
examples/shell.pl \
|
||||
examples/caller-id.pl
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
|
|
Loading…
Reference in a new issue