mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
21 lines
361 B
Makefile
21 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pructl
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 1
|
|
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:devel/libpru
|
|
|
|
USES= cmake libedit
|
|
|
|
WRKSRC= ${WRKDIR}/rpaulo-pructl-ef9fa544e6a3
|
|
|
|
.include <bsd.port.mk>
|