1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/p5-PV/Makefile
Alex Kozlov 2963fb0119 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az
Approved by:	eadler (mentor)
2012-06-05 18:15:31 +00:00

30 lines
637 B
Makefile

# New ports collection makefile for: p5-PV
# Date created: April 18th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= PV
PORTVERSION= 1.5
CATEGORIES= devel net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= PerlVision-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A perl5 library for text-mode user interface widgets
RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses
USE_PERL5= YES
NO_BUILD= YES
PLIST_FILES= %%SITE_PERL%%/PV.pm
do-install:
${MKDIR} -m 755 ${PREFIX}/${SITE_PERL_REL}/
${INSTALL_DATA} ${WRKSRC}/PV.pm ${PREFIX}/${SITE_PERL_REL}/
.include <bsd.port.mk>