Edit

IABSD.fr/ports/databases/p5-GDBM_File/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-20 13:30:05
    Hash : a56cd774
    Message : -> SITES, no fetch change

  • databases/p5-GDBM_File/Makefile
  • COMMENT=	perl interface to gdbm
    
    PERL_V =	5.26.3
    DISTNAME=	perl-${PERL_V}
    EXTRACT_SUFX=	.tar.bz2
    PKGNAME =	p5-GDBM_File-1.26.3
    CATEGORIES=	databases perl5
    
    SITES=		${SITE_PERL_CPAN:=../../src/}
    
    # perl
    PERMIT_PACKAGE=	Yes
    
    WANTLIB +=	c gdbm perl
    
    LIB_DEPENDS=	databases/gdbm
    
    CONFIGURE_STYLE= perl
    CONFIGURE_ENV=	LOCALBASE=${LOCALBASE}
    
    # we extract only this extension, since otherwise makemaker will detect we
    # have the sources to perl...
    
    EXTRACT_CASES= perl-${PERL_V}.tar.bz2) ${BZIP2} -dc ${FULLDISTDIR}/$$archive | ${TAR} xf - perl-${PERL_V}/ext/GDBM_File/\*;;
    
    WRKDIST=	${WRKDIR}/perl-${PERL_V}/ext/GDBM_File
    
    # reaches around into other dirs
    NO_TEST=	Yes
    
    .include <bsd.port.mk>