diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 18:15:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 18:15:21 +0000 |
commit | 1546ca3da692c967dddc2d3f52c6b93cad7b0979 (patch) | |
tree | f4d882aa9c3b15e5bbbf5aa13c8df2b585bd8845 /comms | |
parent | b592677dc8c225daea4bfade58b35182023c6272 (diff) | |
download | freebsd-ports-1546ca3da692c967dddc2d3f52c6b93cad7b0979.zip |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile index b3b508c51a4a..1e869f667a62 100644 --- a/comms/p5-Device-Modem/Makefile +++ b/comms/p5-Device-Modem/Makefile @@ -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 |