openbsd-ports/textproc/p5-Text-Aligner/Makefile
kevlo 17d04e7d76 Initial import of p5-Text-Aligner 0.03
This module exports a single function, align(), which is used to
justify strings to various alignment styles.
2004-12-09 07:20:48 +00:00

21 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/09 07:20:48 kevlo Exp $
COMMENT= "justify strings to various alignment styles"
DISTNAME= Text-Aligner-0.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
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
.include <bsd.port.mk>