aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 00:48:21 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 00:48:21 +0000
commit02a8054ea178b76882db55f5867646f9d3214ae9 (patch)
tree99a99d43668c157f13776e5d65d5f331cd408a2a
parent5f038b2f99703c6d8d98514fdb84315e19596deb (diff)
downloadports-02a8054ea178b76882db55f5867646f9d3214ae9.tar.gz
ports-02a8054ea178b76882db55f5867646f9d3214ae9.zip
Notes
-rw-r--r--comms/p5-Device-Modem/Makefile8
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