Edit

IABSD.fr/ports/security/libident/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-07-12 20:48:23
    Hash : 48b0b966
    Message : replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

  • security/libident/Makefile
  • # $OpenBSD: Makefile,v 1.22 2019/07/12 20:49:04 sthen Exp $
    
    COMMENT=	library to interface the ident protocol server (rfc1413)
    
    SHARED_LIBS +=	ident                     0.0 # 0.0
    
    DISTNAME=	libident-0.32
    CATEGORIES=	devel net security
    MASTER_SITES=	http://www.remlab.net/files/libident/
    REVISION=	1
    
    HOMEPAGE=	http://www.remlab.net/libident/
    
    # Public Domain
    PERMIT_PACKAGE=	Yes
    
    CONFIGURE_STYLE=	gnu
    
    .include <bsd.port.mk>