diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 02:15:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 02:15:21 +0800 |
commit | 554a82bcb50e33139ae71aaf351ca537b7d769ab (patch) | |
tree | f4d882aa9c3b15e5bbbf5aa13c8df2b585bd8845 /comms/p5-Device-Modem | |
parent | 9947da5c2177735e31f3de64d4acb05096362b6a (diff) | |
download | freebsd-ports-gnome-554a82bcb50e33139ae71aaf351ca537b7d769ab.tar.gz freebsd-ports-gnome-554a82bcb50e33139ae71aaf351ca537b7d769ab.tar.zst freebsd-ports-gnome-554a82bcb50e33139ae71aaf351ca537b7d769ab.zip |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'comms/p5-Device-Modem')
-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 |