bd613afcc1
Umph::Prompt is an interactive prompt module for umph and similar programs. ok sthen@
23 lines
454 B
Makefile
23 lines
454 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/17 08:03:36 bentley Exp $
|
|
|
|
COMMENT = interactive prompt module
|
|
|
|
DISTNAME = Umph-Prompt-0.1.0
|
|
PKGNAME = ${DISTNAME:S//p5-/}
|
|
|
|
CATEGORIES = misc
|
|
|
|
HOMEPAGE = https://code.google.com/p/umph/
|
|
|
|
# LGPLv2.1+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = https://umph.googlecode.com/files/
|
|
|
|
CONFIGURE_STYLE = perl
|
|
|
|
.include <bsd.port.mk>
|