mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
78b8d9d544
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 !
30 lines
521 B
Makefile
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>
|