freebsd-ports/devel/pructl/Makefile
Rui Paulo dbf9206db1 Update devel/{libpru,pructl} to 0.2.
This version brings a better debugging experience in prudbg.

Differential Revision:	https://reviews.freebsd.org/D2000
Reviewed by:	bapt
Approved by:	bapt
2015-03-03 23:58:04 +00:00

19 lines
349 B
Makefile

# $FreeBSD$
PORTNAME= pructl
PORTVERSION= 0.2
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/rpaulo/pructl/get/
MAINTAINER= rpaulo@FreeBSD.org
COMMENT= Utilities to interface with PRUs
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libpru.so:${PORTSDIR}/devel/libpru
USES= cmake
WRKSRC= ${WRKDIR}/rpaulo-pructl-ef9fa544e6a3
.include <bsd.port.mk>