Edit

IABSD.fr/ports/net/p5-POE-Component-IRC/Makefile

Branch :

  • Show log

    Commit

  • Author : benoit
    Date : 2025-12-13 17:03:07
    Hash : f88e55ed
    Message : Update to p5-POE-Component-IRC-6.95.

  • net/p5-POE-Component-IRC/Makefile
  • COMMENT=	event-driven IRC-client module
    
    DISTNAME =	POE-Component-IRC-6.95
    CATEGORIES=	net
    
    # perl
    PERMIT_PACKAGE=	Yes
    
    MODULES=		cpan
    PKG_ARCH=		*
    MODCPAN_EXAMPLES=	Yes
    
    RUN_DEPENDS=	archivers/p5-POE-Filter-Zlib>=1.96 \
    		devel/p5-POE>=1.311 \
    		devel/p5-POE-Component-Syndicator \
    		net/p5-IRC-Utils>=0.12 \
    		net/p5-POE-Component-Client-DNS>=0.99 \
    		net/p5-POE-Filter-IRCD>=2.42 \
    		net/p5-Socket6
    
    # Not listed in PREREQ_PM, but needed for SSL connections.
    RUN_DEPENDS+=	security/p5-POE-Component-SSLify
    
    TEST_DEPENDS=	devel/p5-Test-Differences>=0.61
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/p5-POE-Component-IRC
    	${INSTALL_DATA} ${WRKSRC}/docs/* \
    		${PREFIX}/share/doc/p5-POE-Component-IRC
    	${MODCPAN_POST_INSTALL}
    
    .include <bsd.port.mk>