16 lines
291 B
Makefile
16 lines
291 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
|
|
PORTNAME= bindr
|
|
PORTVERSION= 0.1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Parametrized Active Bindings
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|