Edit

IABSD.fr/ports/databases/p5-Rose-DB/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.

  • databases/p5-Rose-DB/Makefile
  • # $OpenBSD: Makefile,v 1.13 2016/03/20 19:56:11 naddy Exp $
    
    COMMENT=	DBI wrapper and abstraction layer
    
    MODULES=	cpan
    PKG_ARCH=	*
    
    DISTNAME=	Rose-DB-0.777
    CATEGORIES=	databases
    
    # Same as Perl
    PERMIT_PACKAGE_CDROM=	Yes
    
    RUN_DEPENDS=	math/p5-Bit-Vector \
    		devel/p5-DateTime-Format-Pg \
    		devel/p5-DateTime-Format-MySQL \
    		databases/p5-SQL-ReservedWords \
    		devel/p5-Time-Clock \
    		databases/p5-DBI \
    		databases/p5-Rose-Object \
    		databases/p5-Rose-DateTime \
    		devel/p5-Clone \
    		devel/p5-YAML-Syck
    
    TEST_FLAGS +=	AUTOMATED_TESTING=1
    
    pre-configure:
    	find ${WRKSRC} -type f -name \*.orig -exec rm {} \;
    
    .include <bsd.port.mk>