Edit

IABSD.fr/ports/sysutils/p5-UPS-Nut/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.

  • sysutils/p5-UPS-Nut/Makefile
  • # $OpenBSD: Makefile,v 1.12 2016/03/20 19:57:03 naddy Exp $
    
    COMMENT=	module to talk to a UPS via NUT (Network UPS Tools) upsd
    
    DISTNAME=	UPS-Nut-0.04
    REVISION=	1
    CATEGORIES=	sysutils
    MODULES=	cpan
    PKG_ARCH=	*
    
    # GPL/Artistic
    PERMIT_PACKAGE_CDROM=	Yes
    
    MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../by-authors/id/K/KP/KPETERS/}
    
    .include <bsd.port.mk>