aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvg <vg@FreeBSD.org>2015-07-22 00:55:59 +0800
committervg <vg@FreeBSD.org>2015-07-22 00:55:59 +0800
commitfddfaddddc3795ee4770191395ab9e7b742670cb (patch)
treed28d49114c3170ae43dab35aa321b1ea10a17bbf /devel
parent364cd0b4748597179a7c7185ee0ce145ba8c83ca (diff)
downloadfreebsd-ports-gnome-fddfaddddc3795ee4770191395ab9e7b742670cb.tar.gz
freebsd-ports-gnome-fddfaddddc3795ee4770191395ab9e7b742670cb.tar.zst
freebsd-ports-gnome-fddfaddddc3795ee4770191395ab9e7b742670cb.zip
- Fix C option
- Converted to USES=metaport - Added license PR: ports/201621 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Diffstat (limited to 'devel')
-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