blob: 82fa3d4ef0ef78feedee52ad56aa596956337f98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= bindr
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Parametrized Active Bindings
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|