Edit

IABSD.fr/ports/sysutils/pkg_mgr/Makefile

Branch :

  • Show log

    Commit

  • Author : landry
    Date : 2016-09-04 12:51:11
    Hash : 515bd2ba
    Message : Release early, release often... update to pkg_mgr 0.2.3. I probably haven't fixed all the bugs/crashes caused by espie's underlying pkg_add refactoring from last year, but it at least allows to do basic stuff without blowing too much.

  • sysutils/pkg_mgr/Makefile
  • # $OpenBSD: Makefile,v 1.12 2016/09/04 12:51:11 landry Exp $
    
    COMMENT=	user-friendly package browser and manager
    
    DISTNAME=	pkg_mgr-0.2.3
    CATEGORIES=	sysutils
    
    HOMEPAGE=	http://rhaalovely.net/pkg_mgr.html
    MAINTAINER=	Landry Breuil <landry@openbsd.org>
    
    # BSD
    PERMIT_PACKAGE_CDROM=	Yes
    
    MASTER_SITES=	http://rhaalovely.net/stuff/
    
    # for P5SITE
    MODULES=	perl
    NO_BUILD=	yes
    NO_TEST=	yes
    
    RUN_DEPENDS=	devel/p5-Curses-UI \
    		databases/p5-DBD-SQLite \
    		databases/sqlports,-compact
    
    PKG_ARCH=	*
    
    pre-configure:
    	${SUBST_CMD} ${WRKSRC}/OpenBSD/PackageManager/DBIModel.pm
    
    .include <bsd.port.mk>