diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-07 19:31:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-07 19:31:11 +0000 |
commit | bc1a08b73d0cce52db936e9065c4da091e083c6d (patch) | |
tree | 826775361f5fa03803e5304086dcf37a7a9b7fb9 /comms/p5-Device-Gsm | |
parent | 41b85c7293bc2ce2898301e296e61ec0037c3c27 (diff) |
- Let Device::Modem be also runtime dependency
No reply from: anders
Notes
Notes:
svn path=/head/; revision=206863
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 |