Lines 13-20
Link Here
|
13 |
MAINTAINER= lars@thegler.dk |
13 |
MAINTAINER= lars@thegler.dk |
14 |
COMMENT= Simple grapher of SNMP data with RRD |
14 |
COMMENT= Simple grapher of SNMP data with RRD |
15 |
|
15 |
|
16 |
RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ |
16 |
RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool |
17 |
${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP |
|
|
18 |
|
17 |
|
19 |
USE_PERL5= yes |
18 |
USE_PERL5= yes |
20 |
NO_BUILD= yes |
19 |
NO_BUILD= yes |
Lines 69-72
Link Here
|
69 |
@ ${CAT} ${PKGMESSAGE} |
68 |
@ ${CAT} ${PKGMESSAGE} |
70 |
.endif |
69 |
.endif |
71 |
|
70 |
|
72 |
.include <bsd.port.mk> |
71 |
.include <bsd.port.pre.mk> |
|
|
72 |
|
73 |
.if ${PERL_LEVEL} < 500600 |
74 |
RUN_DEPENDS+= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP3 |
75 |
.else |
76 |
RUN_DEPENDS+= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net/p5-Net-SNMP |
77 |
.endif |
78 |
|
79 |
.include <bsd.port.post.mk> |