Edit

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

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-20 19:56:05
    Hash : cfbb239b
    Message : Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate.

  • math/p5-Math-BaseCnv/Makefile
  • # $OpenBSD: Makefile,v 1.2 2016/03/20 19:56:47 naddy Exp $
    
    COMMENT=	fast functions to CoNVert between number Bases
    
    DISTNAME=	Math-BaseCnv-1.8.B59BrZX
    EXTRACT_SUFX=	.tgz
    PKGNAME=	p5-${DISTNAME:R}
    
    CATEGORIES=	math
    
    # GPLv3 only
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES=	cpan
    PKG_ARCH=	*
    TEST_DEPENDS=	devel/p5-Test-Pod \
    		devel/p5-Test-Pod-Coverage
    
    .include <bsd.port.mk>