diff options
author | pav <pav@FreeBSD.org> | 2008-02-08 03:31:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-02-08 03:31:11 +0800 |
commit | 2480504851240a58dc9db76e692b8d20deba4683 (patch) | |
tree | b660859f8e82dbbfb45d0c54b2798d85530419bf /comms/p5-Device-Gsm | |
parent | 8d4ea081794c6bc794d0a27632942137d263d3c4 (diff) | |
download | freebsd-ports-gnome-2480504851240a58dc9db76e692b8d20deba4683.tar.gz freebsd-ports-gnome-2480504851240a58dc9db76e692b8d20deba4683.tar.zst freebsd-ports-gnome-2480504851240a58dc9db76e692b8d20deba4683.zip |
- Let Device::Modem be also runtime dependency
No reply from: anders
Diffstat (limited to 'comms/p5-Device-Gsm')
-rw-r--r-- | comms/p5-Device-Gsm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/p5-Device-Gsm/Makefile b/comms/p5-Device-Gsm/Makefile index de22014c78f1..f5de22c87559 100644 --- a/comms/p5-Device-Gsm/Makefile +++ b/comms/p5-Device-Gsm/Makefile @@ -7,6 +7,7 @@ PORTNAME= Device-Gsm PORTVERSION= 1.48 +PORTREVISION= 1 CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Device @@ -16,6 +17,7 @@ MAINTAINER= anders@FreeBSD.org COMMENT= Perl interface to GSM phones/modems on serial ports BUILD_DEPENDS= ${SITE_PERL}/Device/Modem.pm:${PORTSDIR}/comms/p5-Device-Modem +RUN_DEPENDS= ${SITE_PERL}/Device/Modem.pm:${PORTSDIR}/comms/p5-Device-Modem PERL_CONFIGURE= yes |