21 lines
371 B
Makefile
21 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.4 2017/08/22 19:25:52 jasper Exp $
|
|
|
|
COMMENT = interactive prompt module
|
|
|
|
DISTNAME = Umph-Prompt-0.1.0
|
|
PKGNAME = ${DISTNAME:S//p5-/}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = misc
|
|
|
|
HOMEPAGE = http://repo.or.cz/w/umph-prompt.git
|
|
|
|
# LGPLv2.1+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = https://distfiles.nl/
|
|
|
|
CONFIGURE_STYLE = perl
|
|
|
|
.include <bsd.port.mk>
|