Edit

IABSD.fr/ports/databases/p5-DBI-Shell/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:43:27
    Hash : 9fe1e38b
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • databases/p5-DBI-Shell/Makefile
  • # $OpenBSD: Makefile,v 1.9 2019/07/12 20:43:56 sthen Exp $
    
    COMMENT=	interactive command shell for the DBI
    
    MODULES=	cpan
    PKG_ARCH=	*
    DISTNAME=	DBI-Shell-11.95
    REVISION=	0
    CATEGORIES=	databases
    
    # perl
    PERMIT_PACKAGE=	Yes
    
    RUN_DEPENDS=	databases/p5-DBI \
    		devel/p5-IO-Tee \
    		textproc/p5-Text-Reform
    
    .include <bsd.port.mk>