aboutsummaryrefslogblamecommitdiff
path: root/devel/erlang-recon/Makefile
blob: 3b3f013a9d2e58d57009a305d41ae92a1955b743 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                     
                     


                       
                                  



                                                                                 
                            


                    

                               
 

                    
           
                                                
 
             
                                                                                       


                                                                                                                
PORTNAME=	recon
PORTVERSION=	2.4.0
CATEGORIES=	devel
PKGNAMEPREFIX=	erlang-

MAINTAINER=	erlang@FreeBSD.org
COMMENT=	Collection of functions and scripts to debug Erlang in production

LICENSE=	BSD3CLAUSE

USES=		erlang:rebar
USE_GITHUB=	yes
GH_ACCOUNT=	ferd

ERL_DOCS=	README.md doc/*
REBAR_TARGETS=	compile doc

OPTIONS_DEFINE=	DOCS

post-build:
	@${RM} ${WRKSRC}/doc/packages-frame.html

post-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/script
	${INSTALL_DATA} ${WRKSRC}/script/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/script

.include <bsd.port.mk>