Edit

IABSD.fr/ports/databases/p5-Data-RandomPerson/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-Data-RandomPerson/Makefile
  • # $OpenBSD: Makefile,v 1.11 2019/07/12 20:43:57 sthen Exp $
    
    COMMENT=		create random people
    
    MODULES=		cpan
    PKG_ARCH=		*
    DISTNAME =		Data-RandomPerson-0.50
    CATEGORIES=		databases
    REVISION =		1
    
    # Perl
    PERMIT_PACKAGE=	Yes
    
    RUN_DEPENDS =		devel/p5-Date-Calc \
    			devel/p5-Data-Random
    
    .include <bsd.port.mk>