aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-PerlMenu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-PerlMenu/Makefile')
-rw-r--r--devel/p5-PerlMenu/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/p5-PerlMenu/Makefile b/devel/p5-PerlMenu/Makefile
deleted file mode 100644
index 0a0735e06a74..000000000000
--- a/devel/p5-PerlMenu/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-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>