23 lines
422 B
Makefile
23 lines
422 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/25 15:02:14 espie Exp $
|
|
|
|
COMMENT= "render tabular data as plain text"
|
|
|
|
DISTNAME= Text-TabularDisplay-1.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc devel perl5
|
|
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|