diff options
Diffstat (limited to 'net/amqpcat/Makefile')
| -rw-r--r-- | net/amqpcat/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/amqpcat/Makefile b/net/amqpcat/Makefile index ed6a96ae3ead..fb3b5960d007 100644 --- a/net/amqpcat/Makefile +++ b/net/amqpcat/Makefile @@ -1,7 +1,6 @@ PORTNAME= amqpcat DISTVERSIONPREFIX= v -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.0.2 CATEGORIES= net EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ @@ -17,6 +16,7 @@ LICENSE= MIT BUILD_DEPENDS= crystal:lang/crystal \ help2man:misc/help2man \ shards:devel/shards +LIB_DEPENDS= libpcre2-8.so:devel/pcre2 USES= pkgconfig USE_GITHUB= yes @@ -31,8 +31,7 @@ PORTDOCS= README.md OPTIONS_DEFINE= DOCS -SHARDS_ENV= --time --verbose --production --release --no-color --stats \ - --static +SHARDS_ENV= --time --verbose --production --release --no-color --stats .include <bsd.port.options.mk> |
