Files
ports/sysutils/pkg_mgr/Makefile
T
landry 78b8d9d544 sysutils/pkg_mgr: unbreak after pkg_tools were moved to perl 5.36
OpenBSD::PackageRepository::Installed->new now takes 3 args, and since i
have no idea what those should be pass (0,0), and that might lure espie@
into properly fixing it :)

from Eirik Øverby (ltning / anduin + net), thanks !
2023-12-13 12:25:41 +00:00

30 lines
521 B
Makefile

COMMENT= user-friendly package browser and manager
DISTNAME= pkg_mgr-0.2.3
CATEGORIES= sysutils
REVISION= 4
HOMEPAGE= https://rhaalovely.net/pkg_mgr/
MAINTAINER= Landry Breuil <landry@openbsd.org>
# BSD
PERMIT_PACKAGE= Yes
SITES= https://rhaalovely.net/stuff/
# for P5SITE
MODULES= perl
NO_BUILD= yes
NO_TEST= yes
RUN_DEPENDS= devel/p5-Curses-UI \
databases/p5-DBD-SQLite \
databases/sqlports>=7.0
PKG_ARCH= *
pre-configure:
${SUBST_CMD} ${WRKSRC}/OpenBSD/PackageManager/DBIModel.pm
.include <bsd.port.mk>