diff --git a/devel/shards/Makefile b/devel/shards/Makefile index 52e04e8b00b3..59eed7955506 100644 --- a/devel/shards/Makefile +++ b/devel/shards/Makefile @@ -1,32 +1,32 @@ PORTNAME= shards DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dmgk@FreeBSD.org COMMENT= Dependency manager for the Crystal programming language WWW= https://github.com/crystal-lang/shards LICENSE= APACHE20 BUILD_DEPENDS= crystal:lang/crystal LIB_DEPENDS= libyaml.so:textproc/libyaml \ libpcre.so:devel/pcre \ libgc-threaded.so:devel/boehm-gc-threaded \ libevent.so:devel/libevent RUN_DEPENDS= git:devel/git USES= gmake USE_GITHUB= yes GH_ACCOUNT= crystal-lang GH_TUPLE= crystal-lang:crystal-molinillo:e61b200edb735d5676e11cbe56e8353c8b2ced0b:molinillo/lib/molinillo MAKE_ARGS+= CRYSTAL="${LOCALBASE}/bin/crystal" \ FLAGS="--release --no-debug" \ MANDIR="${STAGEDIR}${PREFIX}/man" PLIST_FILES= bin/shards \ man/man1/shards.1.gz \ man/man5/shard.yml.5.gz .include