diff options
Diffstat (limited to 'devel/liblogging/Makefile')
-rw-r--r-- | devel/liblogging/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/devel/liblogging/Makefile b/devel/liblogging/Makefile index b70bc86fa1ef..da8da63230ef 100644 --- a/devel/liblogging/Makefile +++ b/devel/liblogging/Makefile @@ -1,8 +1,7 @@ PORTNAME= liblogging -PORTVERSION= 1.0.6 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.7 CATEGORIES= devel -MASTER_SITES= http://download.rsyslog.com/liblogging/ MAINTAINER= matthew@FreeBSD.org COMMENT= Easy to use system logging library @@ -10,7 +9,13 @@ WWW= https://www.liblogging.org/ LICENSE= BSD2CLAUSE -USES= cpe libtool pathfix pkgconfig +BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} + +USES= autoreconf cpe libtool pathfix pkgconfig python:env + +USE_GITHUB= yes +GH_ACCOUNT= rsyslog + CPE_VENDOR= adiscon GNU_CONFIGURE= yes |