|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= Device-Gsm |
8 |
PORTNAME= Device-Gsm |
| 9 |
PORTVERSION= 1.49 |
9 |
PORTVERSION= 1.52 |
| 10 |
CATEGORIES= comms perl5 |
10 |
CATEGORIES= comms perl5 |
| 11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
| 12 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
|
Lines 14-21
Link Here
|
| 14 |
MAINTAINER= anders@FreeBSD.org |
14 |
MAINTAINER= anders@FreeBSD.org |
| 15 |
COMMENT= Perl interface to GSM phones/modems on serial ports |
15 |
COMMENT= Perl interface to GSM phones/modems on serial ports |
| 16 |
|
16 |
|
| 17 |
BUILD_DEPENDS= ${SITE_PERL}/Device/Modem.pm:${PORTSDIR}/comms/p5-Device-Modem |
17 |
RUN_DEPENDS= p5-Device-Modem>=1.47:${PORTSDIR}/comms/p5-Device-Modem |
| 18 |
RUN_DEPENDS= ${SITE_PERL}/Device/Modem.pm:${PORTSDIR}/comms/p5-Device-Modem |
18 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
| 19 |
|
19 |
|
| 20 |
PERL_CONFIGURE= yes |
20 |
PERL_CONFIGURE= yes |
| 21 |
|
21 |
|