Edit

IABSD.fr/ports/sysutils/stow/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-08-21 10:39:29
    Hash : 0376b86c
    Message : update to stow-2.3.1, from maintainer Andreas Kahari

  • sysutils/stow/Makefile
  • # $OpenBSD: Makefile,v 1.16 2019/08/21 10:39:29 sthen Exp $
    
    COMMENT=	manages software package installations with symlinks
    
    DISTNAME=	stow-2.3.1
    CATEGORIES=	sysutils
    
    HOMEPAGE=	https://www.gnu.org/software/stow/stow.html
    
    MAINTAINER=	Andreas Kusalananda Kahari <andreas.kahari@abc.se>
    
    # GPLv3+
    PERMIT_PACKAGE=	Yes
    
    MASTER_SITES=	${MASTER_SITE_GNU:=stow/}
    
    CONFIGURE_STYLE=gnu
    USE_GMAKE=	Yes
    
    TEST_DEPENDS=	devel/p5-IO-stringy \
    		devel/p5-Test-Output
    
    .include <bsd.port.mk>