a29ff8f666
GNU Readline Library Wrapper Module
23 lines
492 B
Makefile
23 lines
492 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/27 08:49:13 wilfried Exp $
|
|
|
|
COMMENT= 'GNU Readline Library Wrapper Module'
|
|
|
|
DISTNAME= Term-ReadLine-Gnu-1.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
NEED_VERSION= 1.364
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Term
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|