freebsd-ports/devel/p5-PerlMenu/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

28 lines
625 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= CPAN
MASTER_SITE_SUBDIR= CPAN:SKUNZ
PKGNAMEPREFIX= p5-
DISTNAME= perlmenu.v4.0
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl5 module for displaying menus with Curses
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses
USE_PERL5= yes
NO_BUILD= yes
PLIST_FILES= %%SITE_PERL%%/perlmenu.pm
do-install:
${INSTALL_DATA} ${WRKSRC}/perlmenu.pm ${SITE_PERL}
.include <bsd.port.mk>