18 lines
363 B
Makefile
18 lines
363 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Umph-Prompt
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= multimedia perl5
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Interactive prompt module for umph and similar programs
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
PROJECTHOST= umph
|
|
|
|
.include <bsd.port.mk>
|