32 lines
596 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:41:32 espie Exp $
COMMENT= user-friendly package browser and manager
DISTNAME= pkg_mgr-0.2.1
REVISION= 0
CATEGORIES= sysutils
2010-03-30 07:32:27 +00:00
HOMEPAGE= http://rhaalovely.net/pkg_mgr.html
MAINTAINER= Landry Breuil <gaston@gcu.info>
# BSD
PERMIT_PACKAGE_CDROM= Yes
2010-03-30 07:32:27 +00:00
MASTER_SITES= http://rhaalovely.net/stuff/
# for P5SITE
MODULES= perl
NO_BUILD= yes
2013-03-11 11:35:43 +00:00
NO_TEST= yes
2010-11-20 17:22:40 +00:00
RUN_DEPENDS= devel/p5-Curses-UI \
databases/p5-DBD-SQLite \
databases/sqlports,-compact
PKG_ARCH= *
pre-configure:
${SUBST_CMD} ${WRKSRC}/OpenBSD/PackageManager/DBIModel.pm
.include <bsd.port.mk>