Edit

IABSD.fr/ports/sysutils/pkg_mgr/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2013-05-14 14:24:51
    Hash : d2e0d86b
    Message : avoid a warning at startup with newer Perl; sync distinfo while there. ok landry@

  • sysutils/pkg_mgr/Makefile
  • # $OpenBSD: Makefile,v 1.9 2013/05/14 14:24:51 sthen Exp $
    
    COMMENT=	user-friendly package browser and manager
    
    DISTNAME=	pkg_mgr-0.2.1
    REVISION=	1
    CATEGORIES=	sysutils
    
    HOMEPAGE=	http://rhaalovely.net/pkg_mgr.html
    MAINTAINER=	Landry Breuil <gaston@gcu.info>
    
    # 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>