freebsd-ports/multimedia/p5-Umph-Prompt/Makefile
Sunpoet Po-Chuan Hsieh 159f9cb9b0 - Remove GOOGLE_CODE from MASTER_SITES and unbreak this port
- Remove PROJECTHOST
- Add LICENSE_FILE
2016-11-05 18:00:21 +00:00

21 lines
424 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Umph-Prompt
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= multimedia perl5
MASTER_SITES= LOCAL/sunpoet
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Interactive prompt module for umph and similar programs
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>