Edit

IABSD.fr/ports/math/p5-Math-FFT/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:36:11
    Hash : ab45f39a
    Message : drop RCS Ids

  • math/p5-Math-FFT/Makefile
  • COMMENT=	calculate Fast Fourier Transforms in perl
    
    MODULES=	cpan
    DISTNAME=	Math-FFT-1.36
    CATEGORIES=	math
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += c perl
    
    .include <bsd.port.mk>