Edit

IABSD.fr/ports/comms/p5-Device-Modem/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-20 19:56:05
    Hash : cfbb239b
    Message : Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate.

  • comms/p5-Device-Modem/Makefile
  • # $OpenBSD: Makefile,v 1.13 2016/03/20 19:56:07 naddy Exp $
    
    COMMENT=	talk to modem devices connected via serial port
    
    DISTNAME=	Device-Modem-1.56
    CATEGORIES=	comms
    
    MODULES=	cpan
    PKG_ARCH=	*
    
    MAINTAINER=	Todd T. Fries <todd@openbsd.org>
    
    # perl
    PERMIT_PACKAGE_CDROM=	Yes
    
    BUILD_DEPENDS=	comms/p5-Device-SerialPort>=1
    
    .include <bsd.port.mk>