blob: 400c70122e182fa737ee2b17262e583e224b30b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: p5-Umph-Prompt
# Date created: 2011-09-27
# Whom: 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= An interactive prompt module for umph and similar programs
PERL_CONFIGURE= yes
PROJECTHOST= umph
MAN3= Umph::Prompt.3
.include <bsd.port.mk>
|