1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/pructl/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>