Edit

IABSD.fr/ports/security/pecl-mcrypt/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-05-11 12:03:58
    Hash : 04333adc
    Message : drop PHP 8.2, merge existing installs into 8.3

  • security/pecl-mcrypt/Makefile
  • COMMENT=	PHP bindings for the libmcrypt library
    
    DISTNAME=	mcrypt-1.0.7
    REVISION=	3
    
    FLAVORS=	php83
    
    CATEGORIES=	security
    
    # PHP
    PERMIT_PACKAGE=	Yes
    
    WANTLIB += ltdl mcrypt
    
    MODULES=	lang/php/pecl
    
    MODPHP_DO_SAMPLE= mcrypt
    
    LIB_DEPENDS=	devel/libtool,-ltdl \
    		security/libmcrypt
    
    CONFIGURE_STYLE= gnu
    CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib"
    
    .include <bsd.port.mk>