Edit

IABSD.fr/ports/net/p5-Net-OAuth/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:45:43
    Hash : 3f5796b9
    Message : drop RCS Ids

  • net/p5-Net-OAuth/Makefile
  • COMMENT=	implementation of the OAuth protocol
    
    DISTNAME =	Net-OAuth-0.28
    REVISION =	0
    
    CATEGORIES=	net
    
    # Perl
    PERMIT_PACKAGE =		Yes
    
    MODULES=	cpan
    PKG_ARCH=	*
    RUN_DEPENDS=	devel/p5-Class-Accessor \
    		devel/p5-Class-Data-Inheritable \
    		devel/p5-Universal-require \
    		security/p5-Digest-HMAC \
    		security/p5-Digest-SHA1 \
    		www/p5-URI
    BUILD_DEPENDS=	${RUN_DEPENDS}
    
    CONFIGURE_STYLE=	modbuild
    
    .include <bsd.port.mk>