Edit

IABSD.fr/ports/math/p5-Bit-Vector/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-07-08 14:52:36
    Hash : 68d09f0a
    Message : fix DESCR issues found by codespell. some wider rewording in a few cases where the file was incomprehensible.

  • math/p5-Bit-Vector/Makefile
  • COMMENT =	library of advanced math functions
    
    MODULES =	cpan
    DISTNAME =	Bit-Vector-7.4
    CATEGORIES =	math
    REVISION =	2
    
    MAINTAINER =	Benoit Lecocq <benoit@openbsd.org>
    
    # Perl
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c perl
    
    BUILD_DEPENDS =	${RUN_DEPENDS}
    RUN_DEPENDS =	devel/p5-Carp-Clan>=5.3
    
    .include <bsd.port.mk>