Edit

IABSD.fr/ports/databases/sqlbox/Makefile

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2026-09-09 20:01:12
    Hash : d911cffe
    Message : drop maintainer per mail on ports

  • databases/sqlbox/Makefile
  • COMMENT =		database access library
    
    DISTNAME =		sqlbox-0.2.1
    REVISION =		0
    CATEGORIES =		databases
    
    HOMEPAGE =		https://kristaps.bsd.lv/sqlbox/
    SITES =			https://kristaps.bsd.lv/sqlbox/snapshots/
    
    # ISC
    PERMIT_PACKAGE =	Yes
    
    # not directly linked to this static lib, but depends on API
    LIB_DEPENDS =		databases/sqlite3
    
    CONFIGURE_STYLE =	simple
    CONFIGURE_ARGS =	PREFIX="${PREFIX}"
    
    TEST_TARGET =		regress
    
    .include <bsd.port.mk>