diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-31 19:09:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-31 19:09:52 +0000 |
commit | 1705f54d5d32282432598f8dbe20ba9e421e4bfa (patch) | |
tree | cd07f295635eb511b0b91e480dcd819a6bfda52f /comms/p5-Device-Modem/Makefile | |
parent | 7769f7cfd26582a8cbcafafa0b37133420a798d3 (diff) | |
download | ports-1705f54d5d32282432598f8dbe20ba9e421e4bfa.tar.gz ports-1705f54d5d32282432598f8dbe20ba9e421e4bfa.zip |
Notes
Diffstat (limited to 'comms/p5-Device-Modem/Makefile')
-rw-r--r-- | comms/p5-Device-Modem/Makefile | 7 |
1 files changed, 4 insertions, 3 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 |