blob: 7cf478efbe32f051894a06c895186c0096f8dc39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= bindr
PORTVERSION= 0.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>
|