aboutsummaryrefslogtreecommitdiff
path: root/devel/avro
diff options
context:
space:
mode:
authorVeniamin Gvozdikov <vg@FreeBSD.org>2015-07-21 16:55:59 +0000
committerVeniamin Gvozdikov <vg@FreeBSD.org>2015-07-21 16:55:59 +0000
commit945e467933d67f2574e7fcc5279be1af722fdc82 (patch)
treed28d49114c3170ae43dab35aa321b1ea10a17bbf /devel/avro
parent8dc07f30a1e9a90d2b595ff690def526a4c4079e (diff)
downloadports-945e467933d67f2574e7fcc5279be1af722fdc82.tar.gz
ports-945e467933d67f2574e7fcc5279be1af722fdc82.zip
Notes
Diffstat (limited to 'devel/avro')
-rw-r--r--devel/avro/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/avro/Makefile b/devel/avro/Makefile
index aaad1aa156e8..d21ac6817882 100644
--- a/devel/avro/Makefile
+++ b/devel/avro/Makefile
@@ -4,16 +4,13 @@
PORTNAME= avro
PORTVERSION= 1.7.3
CATEGORIES= devel
-MASTER_SITES= # none
-DISTFILES= # none
-EXTRACT_ONLY= # none
MAINTAINER= vg@FreeBSD.org
COMMENT= Data serialization system
-NO_BUILD= yes
-NO_MTREE= yes
-NO_INSTALL= yes
+LICENSE= APACHE20
+
+USES= metaport
OPTIONS_DEFINE= C CPP PYTHON
C_DESC= Install ANSI C library
@@ -22,7 +19,7 @@ PYTHON_DESC= Install Python library
OPTIONS_DEFAULT=C CPP PYTHON
-MC_LIB_DEPENDS= libavro.so:${PORTSDIR}/devel/avro-c
+C_LIB_DEPENDS= libavro.so:${PORTSDIR}/devel/avro-c
CPP_LIB_DEPENDS= libavrocpp.so:${PORTSDIR}/devel/avro-cpp
PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avro:${PORTSDIR}/devel/py-avro