1997-04-18 14:10:29 +02:00
|
|
|
# New ports collection makefile for: p5-PV
|
|
|
|
# Date created: April 18th 1997
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1997-04-18 14:10:29 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= PV
|
2002-03-30 19:43:19 +01:00
|
|
|
PORTVERSION= 1.5
|
2000-10-04 08:40:08 +02:00
|
|
|
CATEGORIES= devel net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-04-11 23:30:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2002-03-30 19:43:19 +01:00
|
|
|
DISTNAME= PerlVision-${PORTVERSION}
|
1997-04-18 14:10:29 +02:00
|
|
|
|
2000-10-23 23:03:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A perl5 library for text-mode user interface widgets
|
1997-04-18 14:10:29 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses
|
1997-06-24 20:43:34 +02:00
|
|
|
|
|
|
|
USE_PERL5= YES
|
1997-04-18 14:10:29 +02:00
|
|
|
|
|
|
|
NO_BUILD= YES
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= %%SITE_PERL%%/PV.pm
|
1997-04-18 14:10:29 +02:00
|
|
|
|
|
|
|
do-install:
|
2009-02-24 14:29:22 +01:00
|
|
|
${MKDIR} -m 755 ${PREFIX}/${SITE_PERL_REL}/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/PV.pm ${PREFIX}/${SITE_PERL_REL}/
|
1997-04-18 14:10:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|