Edit

IABSD.fr/ports/net/p5-Net-IP-XS/Makefile

Branch :

  • Show log

    Commit

  • Author : benoit
    Date : 2023-02-19 10:13:29
    Hash : 7eeb6689
    Message : Update to p5-Net-IP-XS-0.22.

  • net/p5-Net-IP-XS/Makefile
  • COMMENT =	perl module for IPv4/IPv6 address parsing
    
    MODULES =	cpan
    
    DISTNAME =	Net-IP-XS-0.22
    
    CATEGORIES =	net
    
    # GPL
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c perl
    
    RUN_DEPENDS =	devel/p5-IO-Capture \
    		devel/p5-Tie-Simple
    
    # missing optional depend for tests: IP::Authority
    
    MAKE_ENV +=	TEST_POD=Yes
    
    .include <bsd.port.mk>