mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d1e078484f
menus on the terminal. Submitted by: jhb
27 lines
643 B
Makefile
27 lines
643 B
Makefile
# New ports collection makefile for: p5-PerlMenu
|
|
# Date created: August 14, 2000
|
|
# Whom: John Baldwin <jhb@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= PerlMenu
|
|
PORTVERSION= 4.0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/S/SK/SKUNZ
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= perlmenu.v4.0
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${MACHINE_ARCH}-freebsd/Curses.pm:${PORTSDIR}/devel/p5-Curses
|
|
|
|
USE_PERL5= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/perlmenu.pm ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
|
|
|
.include <bsd.port.mk>
|