pkgsrc/textproc/p5-Text-Reform/Makefile

24 lines
560 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2007/02/22 19:27:16 wiz Exp $
#
DISTNAME= Text-Reform-1.11
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5trf
PKGREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= eric@cirr.com
HOMEPAGE= http://search.cpan.org/search?module=Text::Reform
COMMENT= Manual text wrapping and reformatting
2004-02-22 02:31:58 +01:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/Reform/.packlist
REPLACE_PERL+= demo*.pl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"