sthen e225b3e2e4 Remove py-async, it was only needed for gitdb, but that stopped
actually using it in 2.x (and the dep has just been removed from ports).
Upstream says

"DEPRECATION NOTE: Please do not use this library ! It’s not working
correctly in python 3, and besides that might be called a failed
experiment.

Currently gitdb (via git-python) is it’s major user, but it will be
patched to not require it anymore."
2019-04-21 12:29:34 +00:00

25 lines
499 B
Makefile

# $OpenBSD: Makefile,v 1.734 2019/04/21 12:29:34 sthen Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-3.127
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERLDIR = ${PREFIX}/libdata/perl5/site_perl
do-build:
@perl -c ${FILESDIR}/Quirks.pm
do-install:
${INSTALL_DATA_DIR} ${PERLDIR}/OpenBSD
${INSTALL_DATA} ${FILESDIR}/Quirks.pm ${PERLDIR}/OpenBSD/Quirks.pm
.include <bsd.port.mk>