Merge branch 'staged'
[dports.git] / sysutils / p5-Log-Syslog-Fast / Makefile
1 PORTNAME=       Log-Syslog-Fast
2 PORTVERSION=    0.67
3 CATEGORIES=     sysutils perl5
4 MASTER_SITES=   CPAN
5 PKGNAMEPREFIX=  p5-
6
7 MAINTAINER=     matthew@FreeBSD.org
8 COMMENT=        Send syslog messages over TCP, UDP, or UNIX sockets
9 WWW=            https://metacpan.org/release/Log-Syslog-Fast
10
11 LICENSE=        ART10 GPLv1+
12 LICENSE_COMB=   dual
13
14 BUILD_DEPENDS=  ${RUN_DEPENDS}
15 RUN_DEPENDS=    p5-Log-Syslog-Constants>-1.01:sysutils/p5-Log-Syslog-Constants
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 post-install:
21         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Log/Syslog/Fast/Fast.so
22
23 # Note: the regression tests for this module depend on receiving an
24 # ICMP 'port unreachable' message for several of the UDP transmission
25 # tests.  These won't return the expected output if you have sysctl
26 # net.inet.udp.blackhole set to 1, and they'll quite likely be
27 # confused by a some common firewall configurations.
28
29 .include <bsd.port.mk>