freebsd-ports/devel/p5-ReadLine-Gnu/Makefile
2001-03-01 06:39:18 +00:00

24 lines
494 B
Makefile

# New ports collection makefile for: p5-ReadLine-Gnu
# Date created: 19 February 1998
# Whom: Matthew Hunt <mph@pobox.com>
#
# $FreeBSD$
#
PORTNAME= ReadLine-Gnu
PORTVERSION= 1.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term
PKGNAMEPREFIX= p5-
DISTNAME= Term-${PORTNAME}-${PORTVERSION}
MAINTAINER= mph@FreeBSD.org
PERL_CONFIGURE= yes
MAN3= Term::ReadLine::Gnu.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>