diff options
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 7 | ||||
-rw-r--r-- | comms/p5-Device-Modem/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile index 6ab5ec8f9284..493c33e85ada 100644 --- a/comms/p5-Device-Modem/Makefile +++ b/comms/p5-Device-Modem/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Device-Modem -PORTVERSION= 1.53 +PORTVERSION= 1.54 CATEGORIES= comms perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl class to interface generic modems (AT-compliant) -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Device/SerialPort.pm:${PORTSDIR}/comms/p5-Device-SerialPort -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-Device-SerialPort>=0:${PORTSDIR}/comms/p5-Device-SerialPort + +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/comms/p5-Device-Modem/distinfo b/comms/p5-Device-Modem/distinfo index 34ceb3c2cfcb..eec35abc3417 100644 --- a/comms/p5-Device-Modem/distinfo +++ b/comms/p5-Device-Modem/distinfo @@ -1,2 +1,2 @@ -SHA256 (Device-Modem-1.53.tar.gz) = 1eedcedf1be9f98869f7934e8ead47e3d4c4ce4713353aede2e8cb1e2180993f -SIZE (Device-Modem-1.53.tar.gz) = 44062 +SHA256 (Device-Modem-1.54.tar.gz) = 7944895b1534e68ec068a3accbaba06d8d9037b79441554a4b9b062e4c2c4763 +SIZE (Device-Modem-1.54.tar.gz) = 44057 |