f18538b989
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133
31 lines
667 B
Makefile
31 lines
667 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= shards
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.9.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
COMMENT= Dependency manager for the Crystal programming language
|
|
|
|
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
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= crystal-lang
|
|
|
|
MAKE_ARGS+= CRFLAGS="--release --no-debug" \
|
|
MANDIR="${STAGEDIR}${PREFIX}/man"
|
|
|
|
PLIST_FILES= bin/shards \
|
|
man/man1/shards.1.gz \
|
|
man/man5/shard.yml.5.gz
|
|
|
|
.include <bsd.port.mk>
|