freebsd-ports/devel/pructl/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
397 B
Makefile

PORTNAME= pructl
DISTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= jmg@FreeBSD.org
# The maintainer says, if you're actively using this you are free to
# take this port.
COMMENT= Utilities to interface with PRUs
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= rpaulo
GH_TAGNAME= v0.2
LIB_DEPENDS= libpru.so:devel/libpru
USES= cmake libedit
USE_CSTD= c99
.include <bsd.port.mk>