9839011ec3
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
22 lines
458 B
Makefile
22 lines
458 B
Makefile
# New ports collection makefile for: devel/p5-Term-CallEditor
|
|
# Date created: 05 May 2006
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Term-CallEditor
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Term
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Solicit for data from an external editor
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Term::CallEditor.3
|
|
|
|
.include <bsd.port.mk>
|