freebsd-ports/devel/p5-ReadLine-Gnu/Makefile
Yen-Ming Lee 9b3ca8f0b6 - Update to 1.17a
- add MASTER_SITE_SUBDIR=Term to unbreak this port after utilize CPAN macro

PR:		127741
Submitted by:	leeym
Approved by:	maintainer timeout
2008-10-25 16:35:46 +00:00

24 lines
540 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.17a
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=Term
PKGNAMEPREFIX= p5-
DISTNAME= Term-${PORTNAME}-${PORTVERSION}
MAINTAINER= shaun@FreeBSD.org
COMMENT= Perl 5 module that allows Term::ReadLine to use GNU readline
PERL_CONFIGURE= 5.8.0+
WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//}
MAN3= Term::ReadLine::Gnu.3
.include <bsd.port.mk>